Learn R Programming

INetTool (version 0.1.1)

specificNet: specificNet

Description

The function creates Case Specific Networks one for each layer to give information of the peculiar layer not present in the Consensus.

Usage

specificNet(graphL, graph.consensus)

Value

Case Specific Networks one for each layer and percentage of specificity.

Arguments

graphL

a list of graphs as igraphs objects.

graph.consensus

graphConsensus output of the consensusNet function.

Examples

Run this code
data("graphL_data")
data("adjL_data")
myConsensus <- consensusNet(adjL_data)
specificNet(graphL_data, myConsensus$graphConsensus)

Run the code above in your browser using DataLab