AddWeightsToEdges {CausalR} | R Documentation |
Adds weight information to the edges of given network (1 for activation and -1 for inhibition)
AddWeightsToEdges(network, tableOfInteractions)
network |
an igraph constructed from the original .sif file |
tableOfInteractions |
a column of the corresponding .sif file indicating the direction of activation/interaction |
an augmented network