weight_sift {inferCSN}R Documentation

Weight sift

Description

Remove edges with smaller weights in the reverse direction.

Usage

weight_sift(table)

Arguments

table

A data frame with three columns: "regulator", "target", and "weight".

Examples

data("example_matrix")
network_table <- inferCSN(example_matrix)
weight_sift(network_table) |> head()

[Package inferCSN version 1.1.7 Index]