rnb.plot.num.sites.covg {RnBeads} | R Documentation |
plot the number of sites vs median and other percentiles of coverage
rnb.plot.num.sites.covg( rnbs, addSampleNames = (length(samples(rnbs)) < 100), bar.percentiles = c(0.25, 0.75) )
rnbs |
RnBiseqSet object |
addSampleNames |
should the sample names be added to the plot |
bar.percentiles |
the percentiles to be used for the error bars. Must be a vector of length 2 of which the first two elements will be used |
plot as an object of type ggplot
Fabian Mueller