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