https://github.com/raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM density, curvature, gyrification)
https://github.com/raamana/graynet
anatomical-mri cortical-network cortical-thickness feature-extraction freesurfer graph gray-matter machine-learning mindboggle network-analysis neuroimaging neuroscience structural-mri thickness vbm voxel-based
Last synced: about 1 month ago
JSON representation
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM density, curvature, gyrification)
- Host: GitHub
- URL: https://github.com/raamana/graynet
- Owner: raamana
- License: mit
- Created: 2017-07-27T18:16:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T15:30:13.000Z (about 1 year ago)
- Last Synced: 2025-04-11T12:08:44.455Z (about 1 month ago)
- Topics: anatomical-mri, cortical-network, cortical-thickness, feature-extraction, freesurfer, graph, gray-matter, machine-learning, mindboggle, network-analysis, neuroimaging, neuroscience, structural-mri, thickness, vbm, voxel-based
- Language: Jupyter Notebook
- Homepage: https://raamana.github.io/graynet/
- Size: 33.8 MB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# graynet
[](https://doi.org/10.21105/joss.00924)
[](https://saythanks.io/to/raamana)# News
- Volumetric version of graynet is available now - [check here](https://raamana.github.io/graynet/volumetric.html)
# Overview
Individualized single-subject networks from T1-weighted magnetic resonance imaging (MRI) features such as:
- vertex-wise features such as cortical thickness, gyrification and curavature
- volumetric features such as gray matter density (T1w images) or metabolic uptake (PET) or another voxel-wise feature
- Subcortical morphometric features
- or any other similar feature distributed over a domain (cortex, or whole brain) to enable compuatation of inter-regional edge weightsApplicable for whenever network-level features are useful, among which common use cases are:
- Biomarker development.
- Brain-behaviour relationships (e.g. for the diagnosis and prognosis of many brain disorders such as Alzheimer's, Parkinson's, Schizophrenia and the like).
- Aging (changes in network properties over age and their relations to other variables).Docs: https://raamana.github.io/graynet/
Quick illustration:

## Installation
`pip install -U graynet`
## Citation
If you found any parts of graynet to be useful in your research, I'd appreciate if you could cite the software paper in JOSS below, as well as the methods paper that motivated the tool development in that order:
- Raamana et al., (2018). graynet: single-subject morphometric networks for neuroscience connectivity applications. Journal of Open Source Software, 3(30), 924, https://doi.org/10.21105/joss.00924
- Raamana, P. R., & Strother, S. C. (2020), “Does size matter? Relationship between predictive power of single subject morphometric networks to spatial scale and edge weight”, Brain Structure and Function, 225(8), 2475-2493. DOI: 10.1007/s00429-020-02136-0
- Raamana, P. R., Weiner, M. W., Wang, L., Beg, M. F., & Alzheimer's Disease Neuroimaging Initiative. (2015). Thickness network features for prognostic applications in dementia. Neurobiology of aging, 36, S91-S102. https://www.sciencedirect.com/science/article/pii/S0197458014005521---
[](https://saythanks.io/to/raamana)