Description Usage Arguments Value Author(s) Examples
View source: R/utr3Annotation.R
extract 3'UTR from a TxDb object. The 3'UTR is defined as the last 3'UTR fragment for each transcript and it will be cut if there is any overlaps with other exons.
1 | utr3Annotation(txdb, orgDbSYMBOL, MAX_EXONS_GAP = 10000)
|
txdb |
an object of TxDb |
orgDbSYMBOL |
a string indicates org SYMBOL to entriz id map |
MAX_EXONS_GAP |
maximul exon gap for distal CP site |
return an object of GRanges with 7 metadata columns: feature (utr3, next.exon.gap, CDS), annotatedProximalCP (unknown, proximalCP_<coordinate>), exon (<transcript id>_<index>), transcript, gene (entrez_id), symbol, truncated (logical).
Jianhong Ou
1 2 3 4 5 6 7 | if(interactive()){
library(TxDb.Mmusculus.UCSC.mm10.knownGene)
library(org.Mm.eg.db)
utr3Annotation(TxDb.Mmusculus.UCSC.mm10.knownGene, "org.Mm.egSYMBOL")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.