-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 Ingress #1952
Merged
Merged
↔️ Fmriprep Ingress #1952
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge fmriprep_ingress branches
…I/C-PAC into feature/fmriprep_ingress
…I/C-PAC into feature/fmriprep_ingress
Great work @e-kenneally !! 🚀 |
sgiavasis
approved these changes
Oct 25, 2023
8 tasks
Just want to clarify a couple things if you're ingressing that I noticed when working on #2011:
|
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
Fixes #1902
Description
This new feature offers the ability to ingress fmriprep output data directly into the C-PAC resource pool, so that users can then proceed to perform further processing. Example: pulling in the confounds.tsv and also the BOLD time series that has already been preprocessed and warped to template; then, C-PAC can proceed with denoising and anything else, including calculating connectomes and other derivatives.
Technical details
How to run:
pipeline_config_fmriprep-ingress.yml
if you want to use more regressorsderivatives_dir
New preconfig:
fmriprep-ingress
Outdir_ingress:
Run: On
Template: MNI152NLin2009cAsym
Major changes:
ingress_output_dir
function, which is called instead ofingress_raw_anat_data
andingress_raw_func_data
. This function pulls in the files from the fmriprep output directory and stores them in the resource pool.fmriprep-ingress
ingress_regressors
connected to a pipeline switch that pulls in and parses regressors from the provided output directory. This allows the user to select which regressors they would like to apply to the data.ingress_freesurfer
that makes FreeSurfer ingress more modular. FreeSurfer derivatives don't yet run on fMriPrep output directories, but the functionality can be used when ingressing CPAC output directories.Tests
Correlations for
desc-preproc_bold
done with pre-configured pipelines:fmriprep-ingress
xfmriprep LTS
: 0.65fmriprep-options
xfmriprep LTS
: 0.66fmriprep-ingress
xfmriprep-options
: 0.41Correlations for template space
desc-bold_mask
(calleddesc-brain_mask
in fmriprep):fmriprep-ingress
xfmriprep LTS
: 0.978fmriprep-ingress
xfmriprep-options
: 0.962Correlations for derivatives: (ingress derivatives x
fmriprep-options
derivatives)- fALFF - 0.92
- ReHo - 0.85
- ALFF - 0.86
Screenshots
Checklist
Update index.md
).develop
branch of the repository.Developer Certificate of Origin
Developer Certificate of Origin