Skip to content

jaysonjeg/track_align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code corresponds to the paper "Spurious correlations in surface fMRI"

Script biasfmri_effects.py for main analyses
Script biasfmri_cause.py for analyses on fsaverage5 mesh
Script biasfmrivol.py for analyses in volume space The other files contain utility functions that are called by these main scripts.

I used a Python environment in conda. The environment was created with the following commands.

conda create -n py390 python=3.9
python -m pip install -U nilearn
conda install conda-forge::matplotlib
conda install -c anaconda seaborn
conda install -c conda-forge pingouin
pip install hcp-utils
pip install neuromaps
my connectome-spatial-smoothing fork with pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages