topGOanalysis: Output the 2 modules overlaps.

Description Usage Arguments Value

View source: R/wgcna_wrap.R

Description

To export the number of genes shared between modules.

Usage

1
2
topGOanalysis(colors, selectColor = "blue", identifier = "symbol",
  species = "Human", pvalue = 0.05, fileTree = TRUE, numSigTerm = 5)

Arguments

colors

- numeric color vector return by wgcnaAnalysis.

selectColor

- celcet the color of the module to perform Go enrichment analysis

identifier

- default is "symbol". One in c("Entrez", GenBank, Alias, Ensembl, GeneSymbol", "GeneName" and "UniGene"). Refer to topGO.

species

- "Human" or "Mouse"

pvalue

- export the GO terms with p-value smaller than this number

fileTree

- TRUE if you wish to export the GO tree

numSigTerm

- a parameter past to topGO function printGraph, determines how many top GO terms will be plotted in rectangle.

Value

GO enrichment result, and the tree structure GO plot with significant GO terms highlighted in red and orange colors. The pdf file of the tree will be saved in the working directory.


NIHBiSB/CoSync-Test documentation built on May 7, 2019, 6:02 p.m.