| thresholdNet | R Documentation |
The function reconstructs the Consensus Network with different
thresholding after the consensusNet function starting from
similar graphs.
thresholdNet(sim.graphL, threshold = 0.5)
sim.graphL |
a list of similarGraphs output of the
|
threshold |
different threshold to compute. |
a new consensus network igraph object.
data("adjL_data")
myConsensus <- consensusNet(adjL_data)
thresholdNet(myConsensus$similarGraphs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.