getGeneAnn | R Documentation |
Retrieve gene annotations from the NCBI, HNSC, and Uniprot databases.
getGeneAnn(org = "hsa", update = FALSE)
org |
Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional. |
update |
Boolean, indicating whether download current annotation. |
A data frame.
Wubing Zhang
## Not run:
ann = getGeneAnn("hsa")
head(ann)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.