convert_from_ensembl_mus | R Documentation |
For M. musculus, converts ensembl IDs to entrez IDs, symbol or name
convert_from_ensembl_mus(ids, to = "entrez")
ids |
genes to convert, ensembl |
to |
value in c("entrez", "symbol", "name") |
named vector
if(require("org.Mm.eg.db")){
genes <- c("ENSMUSG00000000001", "ENSMUSG00000000049")
convert_from_ensembl_mus(genes)
convert_from_ensembl_mus(genes, to = "symbol")
convert_from_ensembl_mus(genes, to = "name")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.