PlotSectionDistribution: Plot piechart of the number of loci in every transcript...

Description Usage Arguments Value Author(s) Examples

View source: R/plot.R

Description

Plot piechart of the number of loci in every transcript region.

Usage

1

Arguments

txLoc

A txLoc object.

Value

NULL.

Author(s)

Maurits Evers, maurits.evers@anu.edu.au

Examples

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)

mevers/RNAModR documentation built on Nov. 17, 2019, 9:11 a.m.