edge weights as a dataframe. Each column corresponds to a graph. By default, the colnames are considered as outcomes unless indicated in outcome argument.
outcome
clinical outcomes for each graph. If not mentioned, the colnames(edge.weight) are considered by default.
indv.index
the index of individual networks.
edge.threshold
numeric value to set edge weights below the threshold to zero (default: 0). the greater edge weights do not change.
walk.rep
number of repeats for the random walk (default: 100).
n.steps
number of the random walk steps (default: 5).
random.walk
boolean value to enable the random walk algorithm (default: TRUE).