thresholdNet: thresholdNet

thresholdNetR Documentation

thresholdNet

Description

The function reconstructs the Consensus Network with different thresholding after the consensusNet function starting from similar graphs.

Usage

thresholdNet(sim.graphL, threshold = 0.5)

Arguments

sim.graphL

a list of similarGraphs output of the consensusNet function.

threshold

different threshold to compute.

Value

a new consensus network igraph object.

Examples

data("adjL_data")
myConsensus <- consensusNet(adjL_data)
thresholdNet(myConsensus$similarGraphs)

INetTool documentation built on March 20, 2026, 1:07 a.m.