TranslateToEnsembl
1 2 3 4 5 6 7 8 | TranslateToEnsembl(
ensemblIds = NULL,
geneSymbols = NULL,
dataset = "mmulatta_gene_ensembl",
ensemblVersion = NULL,
ensemblMirror = NULL,
biomart = "ensembl"
)
|
ensemblIds |
A vector of ensembl IDs, passed to the biomaRt::getBM() to query against ensembl_gene_id |
geneSymbols |
A vector of gene symbols, passed to the biomaRt::getBM() to query against hgnc_symbol |
dataset |
Passed directly to biomaRt::useEnsembl |
ensemblVersion |
Passed directly to biomaRt::useEnsembl |
ensemblMirror |
Passed directly to biomaRt::useEnsembl |
biomart |
Passed directly to biomaRt::useEnsembl |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.