| clusGO | R Documentation | 
Run Pathway Enrichment Analysis (same as GO_GEM()) on output from clusFigs()
clusGO(
  clusRes,
  species = "hsapiens",
  bg = rownames(clusRes),
  source = NULL,
  corr = "fdr",
  iea = FALSE,
  prefix = "ClusGO",
  ts = c(10, 500),
  pdf = TRUE,
  fig = TRUE,
  returnGost = FALSE,
  writeRes = TRUE,
  writeGem = FALSE,
  returnRes = FALSE,
  writeGene = FALSE
)
| clusRes | data.frame object that is output from clusFigs() | 
| writeGene | Boolean indicating if the genes in each cluster should be written out to 'prefix_clustern.genes.txt". Default is FALSE. | 
| ... | Arguments for GO_GEM() see ?GO_GEM for details. bg is automatically set as rownames(clusRes). | 
For each cluster, output from GO_GEM() is generated and output to "prefixclustern"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.