MAplot {ChIPexoQual} | R Documentation |
MAplot
returns a ggplot
object with the MA plot to
analyze the strand imbalance in ChIP-exo data.
MAplot(..., names.input = NULL)
... |
a |
names.input |
a character vector with the names to use in the
plot. If it is empty |
A ggplot2
object with the MA plot.
data(exoExample) MAplot(exoExample)