MAplot
returns a ggplot
object with the MA plot to
analyze the strand imbalance in ChIP-exo data.
MAplot(..., names.input = NULL)
list
of ExoData
objects, or several
ExoData
objects by themselves.MAplot
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.A ggplot2
object with the MA plot.
data(exoExample) MAplot(exoExample)