View source: R/get_GeneSymbol.R
get_GeneEnsembl2Symbol | R Documentation |
This function takes an array of ENSEMBL ID and convert it into GENE SYMBOL.
get_GeneEnsembl2Symbol(ensemble.arr, dataset = "mmusculus_gene_ensembl")
ensemble.arr, |
a character array. The ENSEMBL ID array. |
dataset, |
must be either "mmusculus_gene_ensembl" or "hsapiens_gene_ensembl". |
A data frame contains 3 columns, "Gene", "Symbol" and "description".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.