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

Optimization and Wrapper for Spatio-Temporal Clustering in fMRI #4

Open
eurunuela opened this issue Nov 15, 2019 · 0 comments
Open

Comments

@eurunuela
Copy link

eurunuela commented Nov 15, 2019

Optimization and Wrapper for Spatio-Temporal Clustering in fMRI

The Spatio Temporal Clustering script has been developed for fMRI data using AFNI. It is written in Python (and uses BASH) and it aims to remove spurious, scattered neuronal-related activity in favor of clusters. The clustering is applied in a t-1 < t < t+1 sliding window to maintain the activity in groups of voxels >= SIZE. The sliding window can now be given a different size.

  • César Caballero, Basque Center on Cognition, Brain and Language
  • Paul Taylor, NIH
  • Eneko Uruñuela, Basque Center on Cognition, Brain and Language

Brief description of what was accomplished with this project

A wrapper was written for the original BASH code, giving more flexibility on how clusters are calculated. We also reduced the number of BASH commands to avoid I/O computation and achieve reasonable results in fewer lines of code. This tool will be very useful to remove scattered neuronal-related activity and retain big clusters of them.


Resources

You can check the code in this repo.


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

No branches or pull requests

1 participant