r i
. r names(resAnchor)
{#r resAnchor
}To visualize the results of noiseAnalyze
we can use a "fingerprint plot" (named after the deepTools implementation by the same name).
plotFingerprint(object)
This plot shows the proportion of signal contained in the corresponding proportion of coverage bins. In the plot above, we can observe that relatively few bins contain nearly all the signal. This is exactly what we would expect to see when our sample has good signal-to-noise ratio, a sign of good quality in R-loop mapping datasets.
While a fingerprint plot is useful for getting a quick view of the dataset, it is also useful to compare the analyzed sample to publicly-available the datasets provided by RLBase. The noiseComparisonPlot
enables this comparison.
noiseComparisonPlot(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.