diff --git a/README.md b/README.md index d5a94d9..2a1fc99 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # Neurophysiological signatures of cortical micro-architecture -This repository contains processing scripts and data in support of the preprint "Neurophysiological signatures of cortical micro-architecture" on biorxiv. +This repository contains processing scripts and data in support of the preprint "Neurophysiological signatures of cortical micro-architecture" on biorxiv. [doi: https://doi.org/10.1101/2023.01.23.525101](https://doi.org/10.1101/2023.01.23.525101) + +## `code` +The [code](code/) folder contains all the code used to run the analyses and generate the figures. +All code in [preprocessing](code/preprocessing/) folder was written in Matlab and was used to preprocess resting-state MEG HCP data using [Brainstorm](https://neuroimage.usc.edu/brainstorm/Introduction). Time-series features of MEG data were calculated using [hctsa](https://hctsa-users.gitbook.io/hctsa-manual/) toolbox. +All code in [analysis](code/analysis/) folder was written in Python and was used to analyze the preprocessed data. +I regularly use [netneurotools](https://github.com/netneurolab/netneurotools), a handy Python package developed in-house. + + + +## `data` +The [data](data/) folder contains the data used to run the analyses. Specifically, it containes the parcellated group-average MEG time-series feature matrices from 33 unrelated subjects in HCP. Note that HCP data redistribution must follow their [data terms](https://www.humanconnectome.org/study/hcp-young-adult/document/wu-minn-hcp-consortium-open-access-data-use-terms). If you use any of the HCP data, please note that you must register with ConnectomeDB, agree to their terms and sign up for Open Access Data [here](https://www.humanconnectome.org/study/hcp-young-adult/data-use-terms). Please also cite relevant publications as mentioned [here](https://www.humanconnectome.org/study/hcp-young-adult/document/wu-minn-hcp-consortium-open-access-data-use-terms). + +The [data](data/) folder also contains micro-architectural feature maps that were compiled using [neurompas](https://netneurolab.github.io/neuromaps/index.html), [abagen](https://abagen.readthedocs.io/en/stable/), and [BigBrainWarp](https://bigbrainwarp.readthedocs.io/en/latest/) tools. If you use any of these data, please cite relevant publications as mentioned in their corresponding documentation. + + + +The [data](data/) folder also contains required files to use and plot brain maps with [Schaefer atlas](https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Schaefer2018_LocalGlobal).