microRNAs | R Documentation |
Generic functions to extract microRNA or tRNA genomic ranges from an object. This page documents the methods for TxDb objects only.
microRNAs(x)
## S4 method for signature 'TxDb'
microRNAs(x)
tRNAs(x)
## S4 method for signature 'TxDb'
tRNAs(x)
x |
A TxDb object. |
A GRanges object.
M. Carlson
transcripts
, transcriptsBy
, and
transcriptsByOverlaps
for the core genomic features
extractors.
The TxDb class.
## Not run: library(TxDb.Hsapiens.UCSC.hg19.knownGene)
library(mirbase.db)
microRNAs(TxDb.Hsapiens.UCSC.hg19.knownGene)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.