features | R Documentation |
WARNING: The FeatureDb/makeFeatureDbFromUCSC/features code base is
no longer actively maintained and FeatureDb-related functionalities
might get deprecated in the near future. Please use
makeFeatureDbFromUCSC
for a convenient way to
import transcript annotations from UCSC online resources into
Bioconductor.
Generic function to extract genomic features from a FeatureDb object.
features(x)
## S4 method for signature 'FeatureDb'
features(x)
x |
A FeatureDb object. |
a GRanges object
M. Carlson
FeatureDb
fdb <- loadDb(system.file("extdata", "FeatureDb.sqlite",
package="GenomicFeatures"))
features(fdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.