View source: R/consensusCalculations.R
simpleConsensusCalculation | R Documentation |
This function calculates a single consensus from given individual data.
simpleConsensusCalculation(
individualData,
consensusOptions,
verbose = 1,
indent = 0)
individualData |
Individual data from which the consensus is to be calculated. It can be either a list or a
|
consensusOptions |
A list of class |
verbose |
Integer level of verbosity of diagnostic messages. Zero means silent, higher values make the output progressively more and more verbose. |
indent |
Indentation for diagnostic messages. Zero means no indentation, each unit adds two spaces. |
Consensus is defined as the element-wise (also known as "parallel") quantile of of the individual data at
probability given by the consensusQuantile
element of consensusOptions
.
A numeric vector or array of the same dimensions as each element of individualData
Peter Langfelder
Consensus network analysis was originally described in Langfelder P, Horvath S. Eigengene networks for studying the relationships between co-expression modules. BMC Systems Biology 2007, 1:54 https://bmcsystbiol.biomedcentral.com/articles/10.1186/1752-0509-1-54
consensusCalculation
for consensus calculation that can work with BlockwiseData
and can calibrate data before calculating consensus.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.