plotFingerprint | R Documentation |
Plots the results of the noise analysis in noiseAnalyze. Creates a fingerprint plot like those developed by Diaz et al, 2012 and those provided by deepTools.
plotFingerprint(object)
object |
An RLRanges object with noiseAnalyze already run. |
The term "Fingerprint plot" comes from deepTools.
A ggplot object. See also ggplot2::ggplot.
noiseComparisonPlot
A plot showing the noise analysis results from the user-supplied sample compared to similar samples from RLBase.
# Example RLRanges dataset with analyzeRLFS() already run. rlr <- readRDS(system.file("extdata", "rlrsmall.rds", package = "RLSeq")) # Plot RLFS res plotFingerprint(rlr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.