obtain_alliance | R Documentation |
Obtain biotext class object from The Alliance of Genome Resources
obtain_alliance(
geneList,
file = "GENE-DESCRIPTION-TSV_HUMAN.tsv",
keyType = "SYMBOL",
org_db = org.Hs.eg.db
)
geneList |
gene ID list |
file |
filename, default to "GENE-DESCRIPTION-TSV_HUMAN.tsv" |
keyType |
key type of gene list |
org_db |
used to convert ID |
Obtain gene description from The Alliance of Genome Resources (https://www.alliancegenome.org/downloads)
biotext class object
## Not run: obtain_alliance(c("PNKP"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.