plotRap-methods | R Documentation |
Generate reads in peaks plot.
signature(object = "ChIPQCexperiment", type="barstacked",facet=T,
facetBy=c("Tissue","Factor"))
Generate reads in peaks plots for all the samples in an experiment.
signature(object = "list", type="barstacked",facet=T,
facetBy=c("Sample"))
Generate reads in peaks plots for all the samples in a list of ChIPQCsample objects.
signature(object = "ChIPQCexperiment", type="barstacked",facet=T,
facetBy=c("Tissue","Factor"))
Generate reads in peaks plots for all the samples in an experiment.
signature(object = "ChIPQCsample",type="barstacked",facet=T,
facetBy=c("Tissue","Factor"))
Generate reads in peaks plots for a sample.
plotRap uses ggplot2
for plotting, and returns a ggplot2
plot dataframe.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) plotRap(exampleExp,facetBy=c("Tissue","Factor")) plotRap(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.