fromNCBI | R Documentation |
build annotation database from NCBI
fromNCBI(
species = "ath",
author = NULL,
maintainer = NULL,
tax_id = NULL,
genus = NULL,
version = NULL,
install = TRUE,
pkgname = NULL,
outputDir = NULL,
rebuild = FALSE
)
species |
species 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(default: TRUE) |
pkgname |
package name you want to choose |
outputDir |
temporary output path |
rebuild |
rebuild the package or not(default: FALSE) |
annotation package
Kai Guo
## build annoataion package for Ecoli
fromNCBI(species = "eco", install = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.