Description Usage Arguments Value References
Given a GenomicFeatures annotation_db and a gene_id, extract an GRanges object of the cds
1 | featureGRanges(annotation_db, gene_id, feature)
|
annotation_db |
a GenomicFeatures db. You can either get this from the bioconductor resources, or create your own with a gtf |
gene_id |
the ID of a gene in the db. Eg, for cryptococcus CKF44_05222 |
feature |
one of c("cds", "exon"), determins which feature to extract from the annotations |
an IRanges object of the given gene's exons
GenomicRanges::GRanges, GenomicFeatures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.