ECOplusMaST {NetworkToolbox} | R Documentation |
ECO+MaST Network Filter
Description
Applies the ECO
neural network filtering method
combined with the MaST
filtering method
Usage
ECOplusMaST(data)
Arguments
data |
Can be a dataset or a correlation matrix |
Value
A sparse association matrix
Author(s)
Alexander Christensen <alexpaulchristensen@gmail.com>
References
Fallani, F. D. V., Latora, V., & Chavez, M. (2017). A topological criterion for filtering information in complex brain networks. PLoS Computational Biology, 13, e1005305.
Examples
# half the variables for CRAN checks
ECOplusMaST.net <- ECOplusMaST(neoOpen[,c(1:24)])
[Package NetworkToolbox version 1.4.2 Index]