Description Usage Arguments Author(s) Examples
Plot ratio of two spatial distributions.
1 2 | PlotSpatialRatio(locPos, locNeg, filter = NULL, binWidth = 20,
posMax = 1000)
|
locPos |
A |
locNeg |
A |
filter |
Only plot loci in transcript regions specified in filter. |
binWidth |
Spatial bin width. Overrides |
posMax |
If |
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 7 8 9 10 | ## Not run:
bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR");
sites <- ReadBED(bedFile);
posSites <- SmartMap(sites, id = "m6A", refGenome = "hg38");
negSites <- GenerateNull(posSites, method = "permutation");
PlotSpatialRatio(posSites, negSites, c("3'UTR", "CDS", "5'UTR"));
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.