Description Usage Arguments Value Author(s) Examples
Retrieve gene annotations from the NCBI, HNSC, and Uniprot databases.
1 | 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
1 2 3 4 5 | ## 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.