Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

depna

Dependency Neural Networks


Description

Applies the dependency network approach to neural network array

Usage

depna(neuralarray, cores, ...)

Arguments

neuralarray

Array from convertConnBrainMat function

cores

Numeric. Number of cores to use in computing results. Set to 1 to not use parallel computing. Recommended to use maximum number of cores minus one

...

Additional arguments from depend function

Value

Returns an array of n x n x m dependency matrices

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

References

Jacob, Y., Winetraub, Y., Raz, G., Ben-Simon, E., Okon-Singer, H., Rosenberg-Katz, K., ... & Ben-Jacob, E. (2016). Dependency Network Analysis (DEPNA) reveals context related influence of brain network nodes. Scientific Reports, 6, 27444.

Kenett, D. Y., Tumminello, M., Madi, A., Gur-Gershgoren, G., Mantegna, R. N., & Ben-Jacob, E. (2010). Dominating clasp of the financial sector revealed by partial correlation analysis of the stock market. PLoS one, 5, e15032.

Examples

## Not run: 
neuralarray <- convertConnBrainMat()

dependencyneuralarray <- depna(neuralarray)

## End(Not run)

NetworkToolbox

Methods and Measures for Brain, Cognitive, and Psychometric Network Analysis

v1.4.1
GPL (>= 3.0)
Authors
Alexander Christensen [aut, cre] (<https://orcid.org/0000-0002-9798-7037>), Guido Previde Massara [ctb] (<https://orcid.org/0000-0003-0502-2789>)
Initial release
2020-12-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.