getOrtAnn | R Documentation |
Retreive reference orthologs annotation.
getOrtAnn(fromOrg = "mmu", toOrg = "hsa", update = FALSE)
fromOrg |
Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional. |
toOrg |
Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional. |
update |
Boolean, indicating whether download recent annotation from NCBI. |
A data frame.
Wubing Zhang
## Not run:
ann = getOrtAnn("mmu", "hsa")
head(ann)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.