Description Usage Arguments Value Author(s) Examples
Plot spatial distribution of loci from a txLoc
object within every
transcript region.
1 2 |
txLoc |
A |
nbreaks |
Number of spatial bins. Default is 100. |
absolute |
Plot spatial distribution in absolute coordinates.
Default is |
binWidth |
Spatial bin width. Overrides |
posMax |
If |
doBootstrap |
Calculate 95
sites within transcript region. Default is |
... |
Additional parameters passed to plot. |
NULL
.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR")
sites <- ReadBED(bedFile)
posSites <- SmartMap(sites, id = "m6A", refGenome = "hg38")
PlotSpatialDistribution(posSites)
PlotSpatialDistribution(posSites,
absolute = TRUE,
filter = c("5'UTR", "CDS", "3'UTR"),
ylim = c(0, 200))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.