Hi,
I used tedana combine/denoise the multi echo data pre-processed using fMRIprep. Why do some parts of the brain are missing in TEDANA output? TEDANA command used ,
Unfortunately, we don’t recommend this pipe-lining of the two methods – the distortion correction applied in fMRIPrep invalidates the calculation of the T2* map that underlies tedana’s optimal combination and denoising procedures. Instead, we recommend using files from the fMRIPrep working directory. Please see this thread for more details: Combining fmriprep with ME-ICA from tedana
I would also add that from my experience feeding in minimally processed images to tedana, as @emdupre, suggests can also result in tedana cutting off some of brain (mostly subcortical). One way I have circumvented this issue is by feeding in an explicit mask to tedana using -m.
I have another question regarding these TEDANA outputs (dn_ts_OC.nii).
Do I need to run one more time fMRIprep for these TEDANA output to perform regression with the denoised data? Is there a easy way to do this? Because I need to prepare them again in BIDS format etc to run fMRIprep?
So it’s basically adapting the fmriprep t2smap command for tedana, right?
Found in:
scratch/fmriprep_wf/single_subject_SUBJECT_wf/func_preproc_task_TASKNAME_echo_1_wf/ bold_t2smap_wf/t2smap_node/command.txt
I see that this command is using skull stripped files while the python script at https://github.com/ME-ICA/tedana-reliability-analysis/blob/master/collect_fmriprep.ipynb refers to non-skullstripped files in a different location. As the images in both locations seem to have the same values within the mask area, I assume that there are no other transformations applied.
Furthermore, it seems that the input will be masked anyway using Nilearn’s compute_epi_mask.