I’m interested in using QSIrecon to generate a structural connectome from HCP-YA data. Specifically, I’d like to run the built-in “mrtrix_singleshell_ss3t_ACT-hsvs” pipeline, and have a few relevant questions in this regard:
Is it possible to customize the pipeline to limit the analysis to a specific shell (e.g., b = 3000) so that ss3t can run?
Given the importance of group-average FODs for later group analysis, can the pipeline be customized to include one additional step after dwi2response dhollander?
Should I run the hippocampal segmentation step in FreeSurfer before this pipeline, or will it do it automatically?
No, we don’t have any group average functionality at this time. Its on our long term roadmap to implement, but no idea when this feature will be added.
QSIPrep and recon do not run FreeSurfer or use hippocampus segmentations. It only uses the surface file for improved 5TT segmentation.
@Steven and @AmirHussein. It is possible to precompute the response functions, average them for a group-averaged response, and feed them in. Example recon specs are here:
The actual calls to QSIRecon should only differ in two ways:
The obvious is which recon spec you pass.
When you run apply, you also need –-recon-spec-aux-files /path/to/group_response_functions. As long as the naming for the response functions in that folder matches the response function names in your apply recon spec, it will ingress and use them.
Note that there is a bit of redundant processing that hasn’t been addressed yet. The estimate step will compute the FODs on the subject-specific RFs. These then get overwritten by the FODs from the group-averaged RFs.