View source: R/gencode_utils.R
| get_gencode_mitochondrial_ids | R Documentation | 
Gets mitochondrial feature IDs from a GENCODE GTF-format data frame.
get_gencode_mitochondrial_ids(
  gtf,
  feature_type = c("transcript", "gene", "exon")
)
| gtf | A data frame with data from an imported GENCODE GTF file. | 
| feature_type | A string denoting the feature type for which to retrieve records. This corresponds to the 3rd column values in a GTF file. | 
A string vector with GENCODE IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.