| enrichGOOpt | R Documentation | 
Enrich gene ontologies using enricher_internal
enrichGOOpt(
  gene,
  org.db,
  go.environment,
  keyType = "ENTREZID",
  ont = "BP",
  pvalueCutoff = 0.05,
  pAdjustMethod = "BH",
  universe = NULL,
  qvalueCutoff = 0.2,
  minGSSize = 5,
  maxGSSize = 500,
  readable = FALSE
)
gene | 
 a vector of entrez gene IDs  | 
org.db | 
 organism db, e.g. org.Hs.eg.db::org.Hs.eg.db  | 
go.environment | 
 GO environment, see DOSE:::enricher_internal, parameter USER_DATA  | 
keyType | 
 Gene key type (default="ENTREZID")  | 
ont | 
 type of ontology, one of BP, CC, or MF (default="BP")  | 
readable | 
 See DOSE:::enricher_internal (default=FALSE)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.