weight_sift: Weight sift

View source: R/RcppExports.R

weight_siftR 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()

inferCSN documentation built on April 13, 2025, 5:11 p.m.