regionCompplot
returns a ggplot
object with the
Region Composition plot to analyze strand imbalance in ChIP-exo data.
regionCompplot(..., names.input = NULL, depth.values = seq_len(15))
list
of ExoData
objects, or several
ExoData
objects by themselves.regionCompplot
is going to create the names
as the names of the list when they are available or is going to
name them as Sample: 1 ,... , Sample: k.seq_len(50)
.A ggplot2
object with the Region Composition plot.
data(exoExample) regionCompplot(exoExample)