[PROJECT] Software for extracting functional sub-components of bundles
smeisler opened this issue · 1 comments
smeisler commented
Hi!
I am working on software the uses fROIs (e.g., clusters from an fMRI GLM contrast map) to constrain white matter bundles, as to isolate streamlines that are putative for the function being studied. From there, one can extract metrics along these streamlines for brain-function-behavior relationship analyses. The current repo is here: https://github.com/smeisler/fsub_extractor
While what we have right now is functional, there are still things we would like to add before our first release:
- Adding CIFTI support. Right now we have support for volumetric (.nii.gz) and surface-mapped fROIs (.mgh/.label) using FreeSurfer, but it would be great if we could efficiently incorporate GIFTI metric maps such as those produced from a GLM on CIFTI data.
- Making code that generates streamlines between fROIs. Right now we have code that takes an existing tractogram and filters based on fROIs, but generating the streamlines obviates the step of making a tractogram (although there are other purposes for the full-brain tractogram).
- Continuous Integration / Testing / Other Software Infrastructure.
- Wiki / Doc Upgrading
Let me know if any of this is of interest to you!