Learn R Programming

INetTool (version 0.1.1)

thresholdNet: 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)

Value

a new consensus network igraph object.

Arguments

sim.graphL

a list of similarGraphs output of the consensusNet function.

threshold

different threshold to compute.

Examples

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

Run the code above in your browser using DataLab