-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update subtraction ale script and data files #4
base: master
Are you sure you want to change the base?
Conversation
@@ -1,4 +1,4 @@ | |||
pip install argparse | |||
pip install nilearn | |||
pip install nimare | |||
pip install nibabel | |||
pip install nimare==0.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason to pin to 0.0.3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should maybe be >= 0.0.3, I think there's a change to the sleuth-to-dset conversion function in there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're on 0.0.9rc2 (I think 0.0.9 will be the version for the paper), and there have been improvements to the subtraction analysis method, along with various fixes to a variety of things. We could look through the release history to see if there is anything especially relevant for these analyses.
Updated
code/nimare-ale-subtraction.py
to accept gzipped, pickled dataset files;code/make-figs.py
, to include diverging color maps for subtraction analyses; andcode/setup.sh
, to specify versions of NiMARE and nibabel. Addedcode/subset-nimare-ds.py
to create "Not < Construct >" datasets for additional subtraction analyses.