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)
list
of ExoData
objects, or several
ExoData
objects by themselves.ARCvURCplot
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.DataFrame
contains only regions with reads aligned to both strand or all. The default
value is FALSE
.A ggplot2
object with the ARC vs URC plot.
data(exoExample) ARCvURCplot(exoExample)#> Warning: Removed 7 rows containing non-finite values (stat_binhex).#> Warning: Removed 2 rows containing missing values (geom_hex).