Description Usage Arguments Value Author(s) Examples
Plot piechart of the number of loci in every transcript region.
1 | PlotSectionDistribution(txLoc)
|
txLoc |
A |
NULL
.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 7 8 9 | ## Not run:
bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR")
sites <- ReadBED(bedFile)
posSites <- SmartMap(sites, id = "m6A", refGenome = "hg38")
PlotSectionDistribution(posSites)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.