|
12 | 12 |
|
13 | 13 | # CPP ROI |
14 | 14 |
|
| 15 | +## :warning: :warning: :warning: |
| 16 | + |
| 17 | +**This code is fairly unstable (:boom:) and might still change a lot.** |
| 18 | + |
| 19 | +Also this code currently has 0% test coverage... |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +Set of Octave and Matlab functions, demos and scripts to help manage ROIs and to |
| 24 | +play nice with BIDS datasets. |
| 25 | + |
| 26 | +Mostly volume-based and SPM centric. |
| 27 | + |
| 28 | +For surface based and freesurfer ROIs see for example: |
| 29 | + |
| 30 | +- https://github.com/noahbenson/neuropythy |
| 31 | + |
15 | 32 | ## Installation |
16 | 33 |
|
| 34 | +Download this repository and unzip the content where you want to install it. |
| 35 | + |
| 36 | +Or clone the repo. |
| 37 | + |
| 38 | +```bash |
| 39 | +git clone https://github.com/cpp-lln-lab/CPP_ROI.git |
| 40 | +``` |
| 41 | + |
| 42 | +Fire up Octave or Matlab and type |
| 43 | + |
| 44 | +```matlab |
| 45 | +
|
| 46 | +cd CPP_ROI |
| 47 | +
|
| 48 | +% Th following adds the relevant folders to your path. |
| 49 | +% This needs to be done once per session (your path will not be saved) |
| 50 | +
|
| 51 | +initCppRoi |
| 52 | +
|
| 53 | +``` |
| 54 | + |
| 55 | +If you are using CPP_SPM, you got nothing to do as CPP_ROI is already installed |
| 56 | +as a submodule, and intitialized when running `initCppSpm`. |
| 57 | + |
17 | 58 | ### Dependencies |
18 | 59 |
|
| 60 | +<<<<<<< HEAD |
| 61 | +======= |
| 62 | +TODO |
| 63 | + |
| 64 | +| Dependencies | Used version | |
| 65 | +| ---------------------------------------------------------- | ------------ | |
| 66 | +| [Matlab](https://www.mathworks.com/products/matlab.html) | 20??? | |
| 67 | +| or [octave](https://www.gnu.org/software/octave/) | 4.? | |
| 68 | +| [SPM12](https://www.fil.ion.ucl.ac.uk/spm/software/spm12/) | v7487 | |
| 69 | + |
| 70 | +- bids-matlab (INSERT URL) |
| 71 | + |
| 72 | +- currently still needs some CPP_SPM function but ultimately should be |
| 73 | + standalone: this will most likely happen when some functions are passed to |
| 74 | + bids-matlab |
| 75 | + |
| 76 | +- Other dependencies (MarsBar) are shipped with CPP_ROI in the `lib` folder. |
| 77 | + |
| 78 | +## Features |
| 79 | + |
| 80 | +- create ROI from probability maps |
| 81 | +- create ROI filenames that "BIDS-ish" |
| 82 | +- extract ROI with a given numerical label |
| 83 | +- extract ROI from one hemisphere |
| 84 | +- breaks a cluster image into several ROIs with each their own label |
| 85 | + |
| 86 | +### Atlas |
| 87 | + |
| 88 | +- Can help generate ROI based on: |
| 89 | + - the SPM Anatomy toolbox (INSERT URL) |
| 90 | + - the SPM neuromorphometric atlas |
| 91 | + - neurosynth probabilty maps |
| 92 | + - the probabilistic maps of visual topography in human cortex: |
| 93 | + - https://scholar.princeton.edu/napl/resources |
| 94 | + - Wang, L., Mruczek, R. E., Arcaro, M. J., & Kastner, S. (2015). |
| 95 | + Probabilistic Maps of Visual Topography in Human Cortex. Cerebral |
| 96 | + cortex (New York, N.Y. : 1991), 25(10), 3911–3931. |
| 97 | + https://doi.org/10.1093/cercor/bhu277 |
| 98 | + |
| 99 | +Also includes: |
| 100 | + |
| 101 | +- Yeo's 7 networks "atlas" |
| 102 | + - add REF and URL |
| 103 | + |
| 104 | +>>>>>>> 4a2a3830905dfad9b61804bf99e2941a49e4e2fa |
19 | 105 |
|
20 | 106 |
|
21 | 107 | ## Contributing |
|
0 commit comments