Quantcast
Channel: NITRC CONN : functional connectivity toolbox Forum: help
Viewing all articles
Browse latest Browse all 6861

RE: Analysis step error, minimal denoising

$
0
0
[color=#000000]Hi Scott,[/color]

[color=#000000]Could you please check in the first-level analysis definitions that you are entering in the 'sources' list only valid ROIs? (if you enter as sources, for example, things like the 'scrubbing' covariate that may result in similar issues). If that seems to be ok please send me the files ROI_Subject001_Condition001.mat and ROI_Subject002_Condition001.mat from the conn_*/results/preprocessing/ folder to see if that helps me figure out the issue here.[/color]

[color=#000000]Best[/color]
[color=#000000]Alfonso[/color]
[i]Originally posted by Scott Burwell:[/i][quote]Hello, 

I have preprocessed my data in SPM12 (slice-time correction, coregistration, segmentaion, normalization) and would like to perform ICA in CONN with minimal preprocessing and denoising. I have setup my preprocessing and denoising below (please see [b]Exhibit A[/b]).  I get an error message when it goes to ROI-to-voxel first-level analyses (please see [b]Exhibit B[/b]). The code runs without issue when I have more nuisance variables (e.g., "White Matter", "Grey Matter") entered as preprocessing confounds. Additionally, if I run the GUI after the denoising step, it appears that all subjects/seeds possess the necessary ROI data, and it seems like the denoising preview is valid. I am using an explicit mask (brainmask.nii from SPM)

Any thoughts?

Thank you in advance.
Scott

[b]EXHIBIT A:[/b]
clear matlabbatch
matlabbatch.Preprocessing.confounds.names = {'Effect of Rest'};
matlabbatch.Preprocessing.confounds.types = { 'cov'};
matlabbatch.Preprocessing.confounds.deriv = { [1] };
matlabbatch.Preprocessing.confounds.dimensions = { [1 1] };
conn_batch(matlabbatch);

clear matlabbatch;
matlabbatch.Denoising.filter= [0, inf]; 
matlabbatch.Denoising.done=1;
matlabbatch.Denoising.overwrite='Yes';
conn_batch(matlabbatch);


[b]EXHIBIT B:[/b]

CONN: RUNNING ANALYSIS STEP (seed-to-voxel and roi-to-roi analyses)

Step 1/4: Updating Analysis variables
100.0%
Step 2/4: ROI-to-voxel first-level analyses
3.3% (Subject 1 Condition 1Error using conn_process (line 1833)
Incorrect number of ROIs for subject 2 condition 1. Please re-run Denoising step (all subjects/seeds)
Error in conn_process (line 36)
case 'analyses_seedandroi', disp(['CONN: RUNNING ANALYSIS STEP (seed-to-voxel and roi-to-roi analyses)']); conn_process([9.1,10,11,15],varargin{:});
Error in conn_batch (line 850)
else conn_process('Analyses_seedandroi',batch.Analysis.analysis_number);[/quote]

Viewing all articles
Browse latest Browse all 6861

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>