View source: R/common_human_and_mouse_ids.R
convert_hm_genes | R Documentation |
Convert Human/Mouse Gene IDs between Ensembl and Hugo Symbol System
convert_hm_genes(
IDs,
type = c("ensembl", "symbol"),
genome_build = c("hg38", "hg19", "mm10", "mm9"),
multiple = FALSE
)
IDs |
a character vector to convert. |
type |
type of input |
genome_build |
reference genome build. |
multiple |
if |
a vector or a data.table
.
convert_hm_genes("ENSG00000243485")
convert_hm_genes("ENSG00000243485", multiple = TRUE)
convert_hm_genes(c("TP53", "KRAS", "EGFR", "MYC"), type = "symbol")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.