View source: R/mapGeneNamesToNcbi.R
mapGeneNamesToNcbi | R Documentation |
Map gene names to NCBI
mapGeneNamesToNcbi(genes, organism, taxonomicGroup = NULL, ncbi = NULL)
genes |
|
organism |
|
taxonomicGroup |
|
ncbi |
|
Updated 2023-03-03.
## Homo sapiens.
x <- mapGeneNamesToNcbi(
genes = c("TUT4", "ZCCHC11", "TENT3A"),
organism = "Homo sapiens"
)
print(x)
## Mus musculus.
x <- mapGeneNamesToNcbi(
genes = c("Nfe2l2", "Nrf2"),
organism = "Mus musculus"
)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.