Runs meta-analysis on neurosynth database in Matlab
.. work still in progress.
What it does: ###- Part 1 of the code generates a list of words; iterate by changing to words to be included and exluded(1) and pressing CMD+ENTER till you're satisfied with the 'FINAL LIST'(2)
- Searches the neurosynth features database for studies that 'load' (as defined by neurosynth) on those words
- takes the voxels reported by those studies and plots them onto an empty brain by adding +1 every time that coordinate gets reported; for example if exact coordinate [42 -46 -22] get reported three times, it has value of 3; [42 -46 -23] get reported 1 time, it gets value of 1;
- smooths result with kernel chosen.
- exact file gets exported as meta.nii
- smoothed file gets exported as smeta.nii
author_similarity.m
- Generates a mean feature vector for each the authors
- Runs a correlation matrix and a dendrogram