Description Usage Arguments Note Author(s) See Also Examples
ensemblGoEnrich help do a simple Go annotation for given genes based on ensemblGo
1 2 3 4  |   ensemblGoEnrich(genes,
                  parallel = F,
                  save.file = F,
                  names = "love")
 | 
genes | 
 a character/factor vector of genes  | 
parallel | 
 whether use parallel strategy to accelerate the process  | 
save.file | 
 whether save the data  | 
names | 
 part of saved file name  | 
Internet must be available for work
Weibin Huang<654751191@qq.com>
lucky::ensemblGo
1 2 3 4 5 6 7 8 9 10 11  | ## test dataset
test <- common.annot$ENSEMBL;genes <- test[1:1000]
## Go enrich annotation
system.time(
  b <- ensemblGoEnrich(genes,parallel = F)
)
## View the result
View(b$merge)
View(b$metadata)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.