getGeneAnn {MAGeCKFlute} | 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)