
Convert gene identifiers (MIDAS)
convert_gene_ids.RdConvert a mixed list of gene identifiers (symbols, Entrez IDs, Ensembl IDs) to a standardized mapping.
Value
A tibble::tibble() with columns including match status.
Examples
if (FALSE) { # \dontrun{
convert_gene_ids(c("TP53", "7157", "ENSG00000141510"))
} # }