Description Usage Arguments Value Author(s) References Examples
Filters the network based on an r-value, alpha, adaptive alpha, bonferroni, false-discovery rate (FDR), or proportional density (fixed number of edges) value
1 2 3 4 5 6 7 8 |
data |
Can be a dataset or a correlation matrix |
a |
When |
thresh |
Sets threshold. Defaults to |
normal |
Should data be transformed to a normal distribution? Defaults to FALSE. Data is not transformed to be normal. Set to TRUE if data should be transformed to be normal (computes correlations using the cor_auto function) |
na.data |
How should missing data be handled?
For |
... |
Additional arguments for |
Returns a list containing:
A |
The filtered adjacency matrix |
r.cv |
The critical correlation value used to filter the network |
Alexander Christensen <alexpaulchristensen@gmail.com>
Strimmer, K. (2008). fdrtool: A versatile R package for estimating local and tail area-based false discovery rates. Bioinformatics, 24, 1461-1462.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.