Description Usage Arguments Details Value Author(s) See Also
This function creates a new consensus tree, a class for representing "recipes" for hierarchical consensus calculations.
1 2 3 4 | newConsensusTree(
consensusOptions = newConsensusOptions(),
inputs,
analysisName = NULL)
|
consensusOptions |
An object of class |
inputs |
A vector (or list) of inputs. Each component can be either a character string giving a names of a data set,
or another |
analysisName |
Optional specification of a name for this consensus analysis. While this has no effect on the actual consensus calculation, some functions use this character string to make certain file names unique. |
Consensus trees specify a "recipe" for the calculation of hierarchical consensus in
hierarchicalConsensusCalculation and other functions.
A list with class set to "ConsensusTree" with these components:
consensusOptionsA copy of the input consensusOptions.
inputsA copy of the input inputs.
analysisNameA copy of the input analysisName.
Peter Langfelder
hierarchicalConsensusCalculation for hierarchical consensus calculation for which a
ConsensusTree object specifies the recipe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.