Description Usage Arguments Value Examples
Convert ENSEMBL gene identifiers to gene symbols
| 1 2 3 4 5 | convertENSEMBLtoGeneSymbols(
  genes,
  dataset = "hsapiens_gene_ensembl",
  mart = "ensembl"
)
 | 
| genes | Character: ENSEMBL gene identifiers | 
| dataset | Character:  | 
| mart | Character:  | 
Named character vector where names are the input ENSEMBL gene identifiers and the values are the matching gene symbols
| 1 | convertENSEMBLtoGeneSymbols(c("ENSG00000112742", "ENSG00000130234"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.