Thank you so much!
Do you know why the Hovarth code uses this command : dynamicMods = cutreeDynamic(dendro = geneTree, distM = dissTOM, method="hybrid", deepSplit = 2, pamRespectsDendro = FALSE, minClusterSize = minModuleSize); when creating modules stepwise as opposed to this command used in the Harvard version: dynamicMods = cutreeDynamic(dendro = geneTree, method="tree", minClusterSize = minModuleSize);
I ask because using the different commands gives me a vastly different amounts of modules.