convert_from_ensembl | R Documentation |
For H. sapiens, converts ensembl IDs to entrez IDs, symbol or name
convert_from_ensembl(ids, to = "entrez")
ids |
genes to convert, ensembl |
to |
value in c("entrez", "symbol", "name") |
named vector
if(require("org.Hs.eg.db")){
genes <- c("ENSG00000000003", "ENSG00000003989", "ENSG00000005884", "ENSG00000007168")
convert_from_ensembl(genes)
convert_from_ensembl(genes, to = "symbol")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.