The scripts in this script prepare a map to be uploaded to neurosynth and generate a wordcloud of neurosynth terms.
- Prepare your data: You will need a table where each row is a a value to be analyzed. The scripts here assume that your data is in HCP parcellation.
- Create the map to be uploaded: Run create_upload_map.m, changing the paths to load in your data.
- Upload the generated map to Neurosynth.
- Run 'Decode' - 'Cognitive Terms' on Neurosynth.
- Copy and paste (yes, this is how annoying it gets!) the terms and their weights into a table, one column for the terms, one for their associated weights.
- Clean your table of terms. I.e. delete anatomical terms, and potentially duplicate terms.
- Create a worcloud of your terms by running neurosynth_wordcloud.R.