powered by
Transfer gene names from one fortmat to the other format for two species: human and mouse.
transferGeneNames( genelist, now_name = "ensembl", to_name = "symbol", species = c("Human", "Mouse") )
Return a string vector of transferred gene names. The gene names not matched in the database will not change.
a string vector, the gene list to be transferred.
a string, the current format of gene names, one of 'ensembl', 'symbol'.
a string, the format of gene names to transfer, one of 'ensembl', 'symbol'.
a string, the species, one of 'Human' and 'Mouse'.
if (FALSE) { geneNames <- c("ENSG00000171885", "ENSG00000115756") transferGeneNames(geneNames, now_name = "ensembl", to_name="symbol", species="Human") }
Run the code above in your browser using DataLab