View source: R/edge_filtering.R
1 | edge_filtering(inferred_network, quantile_thr)
|
inferred_network |
An inferred networks as defined in the |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.