powered by
The function reconstructs the Consensus Network with different thresholding after the consensusNet function starting from similar graphs.
consensusNet
thresholdNet(sim.graphL, threshold = 0.5)
a new consensus network igraph object.
a list of similarGraphs output of the consensusNet function.
different threshold to compute.
data("adjL_data") myConsensus <- consensusNet(adjL_data) thresholdNet(myConsensus$similarGraphs)
Run the code above in your browser using DataLab