plotSSD-methods | R Documentation |
Generate SSD metric plot. If blacklists supplied, will generate SSD prior and post blacklisting
signature(object = "ChIPQCexperiment", facet=T,
facetBy=c("Tissue","Factor"))
Generate SSD metric plot for all samples in experiment. If blacklists supplied, will generate SSD prior and post blacklisting
signature(object = "list", facet=T,
facetBy=c("Tissue","Factor"))
Generate SSD metric plot for list of samples in experiment. If blacklists supplied, will generate SSD prior and post blacklisting
signature(object = "ChIPQCsample")
Generate SSD metric plot for single sample. If blacklists supplied, will generate SSD prior and post blacklisting
plotSSD uses ggplot2
for plotting, and returns a ggplot2
plot gg object.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) plotSSD(exampleExp,facetBy=c("Tissue","Factor")) plotSSD(QCsample(exampleExp,1)) plotSSD(QCsample(exampleExp)[1:3]) data(tamoxifen_QC) plotSSD(tamoxifen,facetBy=c("Tissue","Condition"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.