getPkgs | R Documentation |
Download required AnnotationDbi class object if there is a corresponding database is available for the given organism.
getPkgs(orgm, orgDB)
orgm |
An organism that of interest. Options include: |
orgDB |
A data.frame collection that contains available AnnotationDbi objs.
e.g. |
main function includes: getPkgs
Other getDB:
getOrgDB()
,
getTxDB()
## Not run:
orgm <- "Hsapiens"
getPkgs (orgm, orgmTxDB)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.