Order module eigengenes by their hierarchical consensus similarity
This function calculates a hiearchical consensus similarity of the input eigengenes, clusters the eigengenes according to the similarity and returns the input module eigengenes ordered by the order of resulting dendrogram.
orderMEsByHierarchicalConsensus( MEs, networkOptions, consensusTree, greyName = "ME0", calibrate = FALSE)
MEs |
Module eigengenes, or more generally, vectors, to be ordered, in a |
networkOptions |
A single list of class |
consensusTree |
A list specifying the consensus calculation. See |
greyName |
Specifies the column name of eigengene of the "module" that contains unassigned genes. This eigengene (column) will be excluded from the clustering and will be put last in the order. |
calibrate |
Logical: should module eigengene similarities be calibrated? This setting overrides the calibration options
in |
A multiData
structure of the same format as the input MEs
, with columns ordered
by the calculated dendrogram.
Peter Langfelder
hierarchicalConsensusMEDissimilarity
for calculating the consensus ME dissimilarity
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.