Description Usage Arguments Value Examples
This function takes as input a GRanges object that contains GTF file contents
(e.g from the output of importGtf
function).
Then extracts the coordinates of gene features
such as promoters, introns, exons, 5'/3' UTRs and
whole transcripts.
1 | getTxdbFeaturesFromGRanges(gffData)
|
gffData |
A GRanges object imported by |
A list of GRanges objects
1 2 | data(gff)
txdbFeatures <- getTxdbFeaturesFromGRanges(gffData = gff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.