get_gencode_mitochondrial_ids: Retrieve mitochondrial feature IDs

View source: R/gencode_utils.R

get_gencode_mitochondrial_idsR Documentation

Retrieve mitochondrial feature IDs

Description

Gets mitochondrial feature IDs from a GENCODE GTF-format data frame.

Usage

get_gencode_mitochondrial_ids(
  gtf,
  feature_type = c("transcript", "gene", "exon")
)

Arguments

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.

Value

A string vector with GENCODE IDs


bryancquach/omixjutsu documentation built on Jan. 29, 2023, 3:47 p.m.