Find suitable parameters for partitioning pathways modules
FindParaModule(
pathways_matrix = NULL,
control_label = 0,
minModuleSize = seq(10, 20, 5),
mergeCutHeight = seq(0, 0.3, 0.1),
minModuleNum = 5,
power = NULL,
exact = TRUE,
ancestor_anno = NULL
)
A list containing recommended parameters
A pathway matrix generated by the BioM2( target='pathways') function.
The label of the control group ( A single number, factor, or character )
minimum module size for module detection. Detail for WGCNA::blockwiseModules()
dendrogram cut height for module merging. Detail for WGCNA::blockwiseModules()
Minimum total number of modules detected
soft-thresholding power for network construction. Detail for WGCNA::blockwiseModules()
Whether to divide GO pathways more accurately (work when ancestor_anno=NULL)
Annotations for ancestral relationships (like data('GO_Ancestor') )