-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.m
40 lines (34 loc) · 1.18 KB
/
main.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%% Outline of which scripts to run for formal NSD manuscript analysis
% subjectConfig.m configures subject-specific inf
% i: Preprocessing mef data
preprocNSDMef
%% Part 1: stationary maps
% Perform analyses using scalar broadband values
script01_analyzePreprocScalarBB
% % Merge across subjects
% script02_mniAcrossSubjects
%
% %% Part 2: correlate NSD fMRI with broadbabnd
%
% % Save beta weights for each of the 8 fMRI subjects for the shared1000 images
% saveFmriShared1000
%
% % Save mean z-scored beta weights and save together for all subjects
% script03_meanShared1000Betas
%
% % calculates the average vertex-wide activation for each subject and across subjects
% script03b_fmriExpected.m
%
% % correlation maps between NSD subjects and fMRI
% script04_correlateBBFmri
%
% % expected correlations between maximum fMRI vertex and rest of cortex, for each iEEG electrode
% script05_correlateFmriVert2Cort
%
% %% Abstract for VSS
%
% % Calculate stats for all electrodes BBsnr -- how many significant, anatomical locations
% scriptAbstract1_statsBBncsnrAllSubs.m
%
% % For the different fMRI patterns, look at which NSD shared1000 stimuli are preferred
% scriptAbstract2_patternsAnalysis.m