README.md

alt text

structurally informed Gaussian Graphical Model package (siGGM)

The structurally informed Gaussian Graphical Model (siGGM), is a R package provides a method for integrating structural connectivity (SC) information into the estimation of functional connectivity (FC). The package currently supports functional connectivity estimation as described in Higgins et al. (2018).

Usage

In R/RStudio, run the following code to download and install the package from the github repository:

install.packages("devtools")
library("devtools")
devtools::install_github("IxavierHiggins/siGGMrepo")
library(siGGM)

The R package provides examples of how to use the two primary functions, SCFC and SCFCpath. Both can be easily accessed with the following commands:

?SCFC
?SCFCpath

Toolboxes Included

The siGGM package incorporates the structural connectivity information into the estimation of functional connectivity via two well-established R packages:

Version

siGGM is currently in version 0.1.0

License

This package is licensed under the MIT License - see the LICENSE file for details

Contact

Please send comments and bug reports to: ihiggin@emory.edu

References

Higgins, I. A., Kundu, S., & Guo, Y. (2018). Integrative Bayesian Analysis of Brain Functional Networks Incorporating Anatomical Knowledge. arXiv preprint arXiv:1803.00513.

Friedman, J., Hastie, T., & Tibshirani, R. (2008). Sparse inverse covariance estimation with the graphical lasso. Biostatistics, 9(3), 432-441.

Hsieh, C. J., Dhillon, I. S., Ravikumar, P. K., & Sustik, M. A. (2011). Sparse inverse covariance matrix estimation using quadratic approximation. In Advances in neural information processing systems (pp. 2330-2338).



IxavierHiggins/siGGMrepo documentation built on May 21, 2019, 9:39 a.m.