View source: R/utility_functions.R
sym2ens | R Documentation |
Gene symbol is converted to ensembl id using org.Hs.eg.db or org.Mm.eg.db annotation databases.
Gene ensemble id is converted to symbol using org.Hs.eg.db or org.Mm.eg.db annotation databases.
sym2ens(my.symbols, my.species)
ensembl2sym(my.ensembl, my.species)
my.symbols |
Character. Vector of Gene symbols. |
my.species |
Character. Species, one of "Mm" or "Hs". |
my.ensembl |
Character. Vector of ENSEMBL ids. |
data.frame mapping gene Symbols to Ensembl
data.frame mapping gene Ensemble to Symbol
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.