Delineate differential pathway modules with high biological interpretability
PathwaysModule(
pathways_matrix = NULL,
control_label = NULL,
power = NULL,
minModuleSize = NULL,
mergeCutHeight = NULL,
cutoff = 70,
MinNumPathways = 5,
p.adjust.method = "fdr",
exact = TRUE,
ancestor_anno = NULL
)
A list containing differential module results that are highly biologically interpretable
A pathway matrix generated by the BioM2( target='pathways') function.
The label of the control group ( A single number, factor, or character )
soft-thresholding power for network construction. Detail for WGCNA::blockwiseModules()
minimum module size for module detection. Detail for WGCNA::blockwiseModules()
dendrogram cut height for module merging. Detail for WGCNA::blockwiseModules()
Thresholds for Biological Interpretability Difference Modules
Minimum number of pathways included in the biologically interpretable difference module
p-value adjustment method.(holm", "hochberg", "hommel", "bonferroni", "BH", "BY",
Whether to divide GO pathways more accurately (work when ancestor_anno=NULL)
Annotations for ancestral relationships (like data('GO_Ancestor') )