Learn R Programming

inferCSN (version 1.2.0)

weight_sift: 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

Run this code
data(example_matrix)
network_table <- inferCSN(example_matrix)
weight_sift(network_table) |> head()

Run the code above in your browser using DataLab