powered by
Remove edges with smaller weights in the reverse direction.
weight_sift(table)
A data frame with three columns: "regulator", "target", and "weight".
data(example_matrix) network_table <- inferCSN(example_matrix) weight_sift(network_table) |> head()
Run the code above in your browser using DataLab