SPM NeuroSynth scraper

버전 1.13.0.0 (3.83 KB) 작성자: Drew Linsley
Scrape activation information from NeuroSynth.org for SPM8 first- or second-level results.
다운로드 수: 589
업데이트 날짜: 2013/8/9

라이선스 보기

Lookup voxel activations with the neurosynth.org database

REQUIRED: SPM(only tested on 8) must be installed.
You can use this script in two ways:
1) Pass a filename of an analyze-format statmap, or
2) Estimate an SPM model and load it into the workspace with the "Results" button (in order to produce an xSPM structure)

The script will then scrape neurosynth.org for anatomical information associated with your activations.

%example 1A:
spm_mongo_neurosynth(xSPM); %loaded via the spm 8 results interface
%example 1B:
spm_mongo_neurosynth('my_statmap.hdr'); %note that img/nii also work
%example 2:
spm_mongo_neurosynth(xSPM,'savedata');
%example 3:
spm_mongo_neurosynth(xSPM,'savedata','search',1);

인용 양식

Drew Linsley (2024). SPM NeuroSynth scraper (https://www.mathworks.com/matlabcentral/fileexchange/39017-spm-neurosynth-scraper), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MRI에 대해 자세히 알아보기
도움

받음: cell2csv

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.13.0.0

Bug Fix

1.12.0.0

More bug fixes

1.8.0.0

now accepts filenames of analyze-format statmaps

1.7.0.0

Added a "searchlight" routine for finding information about activations.

1.6.0.0

bug fix

1.5.0.0

Fixed varargin error

1.4.0.0

Added a routine to find data in the vicinity of coordinates that are not in the NeuroSynth database.

1.3.0.0

Reformatted help section

1.0.0.0