View source: R/buildAnntationHub.R
fromAnnHub | R Documentation |
extract annotation database by using AnnotationHub
fromAnnHub(
species,
author = NULL,
maintainer = NULL,
tax_id = NULL,
genus = NULL,
version = NULL,
install = TRUE,
pkgname = NULL,
outputDir = NULL,
rebuild = FALSE
)
species |
species name(common name,kegg.species.code or scientifc name) |
author |
author for the annotation package |
maintainer |
maintainer for the annotation package |
tax_id |
taxonomy id for the species |
genus |
genus for the species |
version |
version for the annotation package |
install |
install the package or not |
pkgname |
package name you want to choose |
outputDir |
temporary file path |
rebuild |
rebuild the package or not(default: FALSE) |
annotation package
Kai Guo
## build annoataion package for c elegans
fromAnnHub(species = "celegans", install = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.