-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fmriprep flags etc #110
Comments
Hi @KevinAquino, sorry for the delay ! Right now the "tedana pipeline" with fmriprep is still a series of independent steps, since I haven't yet had a chance to integrate it directly into the fmriprep codebase. So, the workflow is such that (1) fmriprep is run as best fits your data i.e., with or without fieldmaps, etc (2) minimal preprocessing steps are completed -- that is, dropping the first few volumes for stabilization and applying the brain mask, and (3) running tedana. This workflow works and in my experience yields similar results, but it is still minimally tested ! It'd be great to get your feedback if you're also using fmriprep + tedana. One important note -- right now tedana by default implements the ME-ICA 3.2 version of the selection criteria, but we're planning to update to the ME-ICA 2.5 version of the selection criteria and allow 3.2 only as a user-specified option. So, please do note the version of tedana that you run since the selection criteria strongly influence the denoising process. Hopefully this answers your question ! Let me know if anything else arises, and please know that we also check NeuroStars for any issues there. |
Thank you for that @emdupre ! so it looks like there is nothing too special that we have to do to get it working! I will be using this for a range of acquisitions including a 1200 cohort study, so I'll be able to provide some feedback shortly! :) also you mentioned:
do you mean selection of ICs with the k-daw flag etc? |
Hiya!
I am switching over to using fmriprep instead of the Meica.py pipeline -- I was wondering are there any special flags to use or examples of a fmriprep workflow?
thanks! :)
The text was updated successfully, but these errors were encountered: