NcbiGeneInfo | R Documentation |
Import NCBI (Entrez) gene identifier information
NcbiGeneInfo(organism, taxonomicGroup = NULL, cache = TRUE)
organism |
|
taxonomicGroup |
|
cache |
|
NcbiGeneInfo
.
Updated 2023-09-26.
https://ftp.ncbi.nih.gov/gene/DATA/GENE_INFO/
object <- NcbiGeneInfo(
organism = "Homo sapiens",
taxonomicGroup = "Mammalia"
)
print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.