get_gene_identifiers: Retrieve All Gene Identifiers

View source: R/tcgaretriever_v_1_9e.R

get_gene_identifiersR Documentation

Retrieve All Gene Identifiers

Description

Obtain all valid gene identifiers, including ENTREZ gene identifiers and HUGO gene symbols. Genes are classified according to the gene type (*e.g.*, 'protein-coding', 'pseudogene', 'miRNA', ...). Note that miRNA and phosphoprotein genes are associated with a negative entrezGeneId.

Usage

get_gene_identifiers(dryrun = FALSE)

Arguments

dryrun

Logical. If TRUE, all other arguments (if any) are ignored and a representative example is returned as output. No Internet connection is required for executing the operation when 'dryrun' is TRUE.

Value

Data Frame including gene identifiers.

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/TCGAretriever/

Examples

# Set `dryrun = FALSE` (default option) in production!
x <- get_gene_identifiers(dryrun = TRUE)



dami82/TCGAretriever documentation built on Feb. 2, 2024, 12:06 p.m.