powered by
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 )
a vector or a data.table.
data.table
a character vector to convert.
type of input IDs, could be 'ensembl' or 'symbol'.
IDs
reference genome build.
if TRUE, return a data.table instead of a string vector, so multiple identifier mappings can be kept.
TRUE
# \donttest{ convert_hm_genes("ENSG00000243485") convert_hm_genes("ENSG00000243485", multiple = TRUE) convert_hm_genes(c("TP53", "KRAS", "EGFR", "MYC"), type = "symbol") # }
Run the code above in your browser using DataLab