powered by
The function creates Case Specific Networks one for each layer to give information of the peculiar layer not present in the Consensus.
specificNet(graphL, graph.consensus)
Case Specific Networks one for each layer and percentage of specificity.
a list of graphs as igraphs objects.
graphConsensus output of the consensusNet function.
consensusNet
data("graphL_data") data("adjL_data") myConsensus <- consensusNet(adjL_data) specificNet(graphL_data, myConsensus$graphConsensus)
Run the code above in your browser using DataLab