edge_filtering: Edge filtering

Usage Arguments

View source: R/edge_filtering.R

Usage

1
edge_filtering(inferred_network, quantile_thr)

Arguments

inferred_network

An inferred networks as defined in the infer_network function

quantile_thr

Quantile based threshold to threshold inferred networks. Defaults to the top 10

A filtered data frame with edges being quantified (1) or not (0) based on the quantiles for each of the methods. This function performs a filtering of the inference results based on a quantile calculation of the results. This is currently hard-coded so that the function selects the top 10 edge_filtering(N, 0.95)


diogocamacho/nsmblR documentation built on Aug. 5, 2020, 1:20 a.m.