Description Usage Arguments Value Examples
View source: R/Module_annotation.R
GO enrichment for module names
1 | GO_Module_NameR(Auto_WGCNA_OUTPUT, cutoff_size = NULL)
|
Auto_WGCNA_OUTPUT |
object returned by GSEAGO_Builder function |
cutoff_size |
integer indication the GO size cut off. If NULL (default) the term with the smallest Pvalue will be returned. |
a data.frame listing the GO name for each module. Additionally, a table similar to the output of Query_Prep function is returned, appended with module GO names.
1 2 3 4 | GMIC_Builder_dir<-system.file("extdata", "GMIC_Builder.Rdata",
package = "GmicR", mustWork = TRUE)
load(GMIC_Builder_dir)
GMIC_Builder<-GO_Module_NameR(GMIC_Builder, cutoff_size = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.