Skip to contents

Convert a mixed list of gene identifiers (symbols, Entrez IDs, Ensembl IDs) to a standardized mapping.

Usage

convert_gene_ids(identifiers)

Arguments

identifiers

Character vector of gene identifiers.

Value

A tibble::tibble() with columns including match status.

Examples

if (FALSE) { # \dontrun{
convert_gene_ids(c("TP53", "7157", "ENSG00000141510"))
} # }