weight_sift | R Documentation |
Remove edges with smaller weights in the reverse direction.
weight_sift(table)
table |
A data frame with three columns: "regulator", "target", and "weight". |
data("example_matrix")
network_table <- inferCSN(example_matrix)
weight_sift(network_table) |> head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.