Skip to content
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

Retain orthogonalized confounds #975

Merged
merged 12 commits into from
Oct 20, 2023
Merged

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented Oct 17, 2023

Closes #974.

Changes proposed in this pull request

  • Extract column-specific metadata from the fMRIPrep confounds file.
  • Move confound orthogonalization from the denoising workflow to the confounds preparation workflow.
  • Retain the orthogonalized confounds (with _orth appended to the column names) in the output confounds file.

@tsalo tsalo added the enhancement New feature or request label Oct 17, 2023
@tsalo tsalo self-assigned this Oct 17, 2023
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Files Coverage Δ
xcp_d/utils/confounds.py 84.65% <100.00%> (+0.46%) ⬆️
xcp_d/utils/utils.py 100.00% <ø> (ø)
xcp_d/workflows/bold.py 94.36% <ø> (ø)
xcp_d/workflows/cifti.py 93.65% <ø> (ø)
xcp_d/workflows/outputs.py 87.23% <100.00%> (ø)
xcp_d/workflows/postprocessing.py 96.61% <ø> (ø)
xcp_d/interfaces/censoring.py 93.71% <90.00%> (-0.67%) ⬇️

📢 Thoughts on this report? Let us know!.

@tsalo tsalo added this to the post-manuscript milestone Oct 18, 2023
@tsalo tsalo merged commit 8ffb4b8 into PennLINC:main Oct 20, 2023
4 checks passed
@tsalo tsalo deleted the confounds_metadata branch October 20, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retain orthogonalized regressors in design matrix
1 participant