consensusTreeInputs {WGCNA} | R Documentation |
Get all elementary inputs in a consensus tree
Description
This function returns a flat vector or a structured list of elementary inputs to a given consensus tree, that is, inputs that are not consensus trees themselves.
Usage
consensusTreeInputs(consensusTree, flatten = TRUE)
Arguments
consensusTree |
A consensus tree of class |
flatten |
Logical; if |
Value
A character vector of inputs or a list of inputs whose structure reflects
the structure of consensusTree
.
Author(s)
Peter Langfelder
See Also
newConsensusTree
for creating consensus trees.
[Package WGCNA version 1.72-5 Index]