Skip to content

[ENH] add functions to help select fmriprep regressors #748

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

Merged
merged 15 commits into from
Sep 21, 2022

Conversation

Remi-Gau
Copy link
Contributor

No description provided.

@Remi-Gau Remi-Gau changed the base branch from dev to main September 21, 2022 08:14
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Merging #748 (f7927e0) into main (a29914f) will increase coverage by 0.09%.
The diff coverage is 91.30%.

@@            Coverage Diff             @@
##             main     #748      +/-   ##
==========================================
+ Coverage   77.39%   77.49%   +0.09%     
==========================================
  Files         216      217       +1     
  Lines        5578     5620      +42     
==========================================
+ Hits         4317     4355      +38     
- Misses       1261     1265       +4     
Flag Coverage Δ
unittests 77.49% <91.30%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/subject_level/allRunsHaveSameNbRegressors.m 100.00% <ø> (ø)
src/infra/getEnvInfo.m 69.11% <83.33%> (-0.12%) ⬇️
...subject_level/selectConfoundsByVarianceExplained.m 92.30% <92.30%> (ø)
src/workflows/bidsRename.m 94.59% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -0,0 +1,57 @@
% (C) Copyright 2022 bidspm developers
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main script uses bids matlab to select the right files

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,101 @@
function newTsvContent = selectConfoundsByVarianceExplained(tsvContent, metadata, opt)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refactored main function

@@ -0,0 +1,36 @@
function test_suite = test_selectConfoundsByVarianceExplained %#ok<*STOUT>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a test

@Remi-Gau Remi-Gau merged commit 2056b42 into cpp-lln-lab:main Sep 21, 2022
@Remi-Gau Remi-Gau deleted the add_perc_var_script branch September 21, 2022 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant