https://github.com/lamastex/tdaonabrainnetwork
Topological Data Analysis on a Brain Network
https://github.com/lamastex/tdaonabrainnetwork
brain neuronal-network random-graphs statistics topological-data-analysis
Last synced: 3 months ago
JSON representation
Topological Data Analysis on a Brain Network
- Host: GitHub
- URL: https://github.com/lamastex/tdaonabrainnetwork
- Owner: lamastex
- License: unlicense
- Created: 2020-11-27T14:34:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T15:29:35.000Z (about 3 years ago)
- Last Synced: 2024-12-30T14:25:00.404Z (5 months ago)
- Topics: brain, neuronal-network, random-graphs, statistics, topological-data-analysis
- Language: TeX
- Homepage:
- Size: 7.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Topological Data Analysis on a Brain Network
This is the repository containing the work done by Kieran Barber for his [Masters Thesis](http://www.diva-portal.se/smash/record.jsf?pid=diva2:1630497) at The Department of Mathematics, Uppsala University, Uppsala, Sweden, under the supervision of Raazesh Sainudiin.
The work resulted from discussions with several researchers, including, Kathryn Hess, Svante Janson, Wojciech Chachólski, Martina Scolamiero, and Michael Reimann.
# Requirements
To run the code within, you will need the following:
* cons_loc_pathway files: https://bbp.epfl.ch/nmc-portal/downloads.html (You want to download the average files which are located at the foot of this page under a file named `average_full.tar`, save the folder into `data` and untar there)# Models
Running of the scripts can be done by locating and running the script `all_scripts.sh` from the `my_model` folder. Options for which model are given upon calling the script.
To run some of the computations for the topological statistics there is a system requirement of RAM > 11gb.
A further note, to run any particular statistic, you are just required to uncomment out the relevant statistic in `my_model/src/statistics.py`.
# Citation
```
@misc{Barber_Random_Graph_Models,
author = {Barber, Kieran and Sainudiin, Raazesh},
license = {Unlicense},
title = {{Random graph models of a neocortical column in a rat's brain and their topological statistical distributions}},
howpublished={\url{https://github.com/lamastex/TDAOnABrainNetwork}}
}
```
# AcknowledgementsThis research was partially supported by the Wallenberg AI, Autonomous Systems and Software Program funded by Knut and Alice Wallenberg Foundation.
The distributed computing infrastructure for this pjoject was supported by Databricks University Alliance with AWS credits.