GO_Module_NameR {GmicR} | R Documentation |
GO enrichment for module names
GO_Module_NameR(Auto_WGCNA_OUTPUT, cutoff_size = 100)
Auto_WGCNA_OUTPUT |
object returned by GSEAGO_Builder function |
cutoff_size |
integer indication the GO size cut off. Default is 100 |
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.
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)