-
Notifications
You must be signed in to change notification settings - Fork 533
New CompCor interface #1594
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
Comments
Big thumbs up! On Aug 29, 2016 1:47 PM, "Oscar Esteban" [email protected] wrote:
|
It would be a "pure python" interface similar to https://github.com/nipy/nipype/blob/master/nipype/algorithms/icc.py#L25 |
the function implemented in the resting workflow assumes that something else computes the voxel mask over which the PCA is implemented. this allows the |
are you saying that computing the |
In the paper, after the components are computed, they are applied using a GLM analysis with an AR(1) model for the additive noise component. There are many options in nipype for doing a GLM. The examples above use fsl.FilterRegressor and fsl.GLM, but there is also freesurfer.GLMFit, which has a parameter for using AR1. Which interface is preferred? There is also the option of leaving it up to the user. |
I would not incorporate applying of the components into this interface - On Sun, Sep 4, 2016 at 4:52 PM, Shoshana Berleant [email protected]
|
Oh good, I was leaning that way myself On Sun, Sep 4, 2016, 5:22 PM Chris Filo Gorgolewski <
|
In the paper, they find the tSTD "after the removal of low-frequency nuisance terms (e.g., linear and quadratic drift)." Can I assume, if the input is an already-aligned image, that this processing has already been done? If not, how does one determine the "low-frequency nuisance terms"? |
@shoshber - in the resting state workflow, the TSNR node takes care of this |
ok, I will assume it is already done |
Have look here: On Tue, Sep 6, 2016 at 11:24 PM, Shoshana Berleant <[email protected]
|
I can't get the example .py file to run (#1616), so I can't test my refactoring. |
closed with #1599 |
Uh oh!
There was an error while loading. Please reload this page.
Create a new interface (under algorithm.misc ?) for the calculation of the Component Based Noise Correction Method (CompCor) on r-fMRI.
The code is already here in nipype:
So this issue would include updating both workflow and example to use the new interface.
The text was updated successfully, but these errors were encountered: