Description Usage Arguments Value Examples
View source: R/GetGeneRegion.R
GetGeneRegion
categorizes RNA editing events by genomic region
according to RefSeq annotation
1 |
x |
a vector giving UCSC RefSeq annotation |
A character vector with values "3UTR", "5UTR", "CDS", "Exon", "Intron", and "Intergenic"
1 2 3 4 5 | ## Not run:
regions <- GetGeneRegion(RNAEdDataQCed$Annotation$RefSeq_feat)
table(regions)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.