ARCvURCplot {ChIPexoQual} | R Documentation |
ARCvURCplot
returns a ggplot
object with the ARC vs
URC plot to analyze enrichment and library complexity in ChIP-exo data.
ARCvURCplot(..., names.input = NULL, both.strand = FALSE)
... |
a |
names.input |
a character vector with the names to use in the
plot. If it is empty |
both.strand |
A logical value indicating if the |
A ggplot2
object with the ARC vs URC plot.
data(exoExample) ARCvURCplot(exoExample)