Description Usage Arguments Value Author(s) Examples
View source: R/buildGenomicFeaturesFromTxDb.R
Build genomic features from a TxDb object
1 |
txdb |
A TxDb object. |
A list named list of GRanges objects containing the biological entities to account for.
Gregoire Pau
1 2 3 4 5 6 | ## Not run:
library("TxDb.Hsapiens.UCSC.hg19.knownGene")
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
genomic_features <- buildGenomicFeaturesFromTxDb(txdb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.