buildAnnot | R Documentation |
Build annotation database
buildAnnot(
species = "human",
keytype = "SYMBOL",
anntype = "GO",
builtin = TRUE,
OP = NULL
)
species |
species for the annotation |
keytype |
the gene Id type to extract |
anntype |
annotation type (GO, KEGG, RO) |
builtin |
use default database (TRUE or FALSE) |
OP |
BP, CC, MF default use all |
Kai Guo
## Not run:
annot<-buildAnnot(species = "human", keytype = "SYMBOL",
anntype = "KEGG")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.