Summary of what happened:
I ran qsiprep preprocessing (version 0.21.4), then reconstruction (version 0.19.1) via qsiprep --recon-only
with --recon-spec mrtrix_singleshell_ss3t_ACT-hsvs
. (Using singularity containers in both cases.) The reconstruction runs to completion (though no figures are generated; I understand that’s a problem in many HPC environments). I’m particularly interested in connectivity matrices generated by mrtrix3 (e.g., ...sift_radius2_countconnectome.csv
found in the ...desc-exemplarbundles_dhollanderconnectome.zip
archive file, or in, say, variable schaefer200_sift_radius2_count_connectivity
found in the matlab file ..._desc-preproc_dhollanderconnectome.mat
)
I would like to compare connectivity matrices across subjects. As I understand it, the tcksift2
program will generate a normalization factor “mu” (via -out_mu
), specific to each subject, that can be used to adjust the connectivity matrices so that they can be compared across subjects.
[1] notes that this normalization factor is only valid when AFD intensity normalization has been performed in preprocessing. The only reference to intensity in the output of the qsiprep preprocessing phase alludes to the normalization of the B0 volumes across scanning sesssions, but I only have one such session per subject. So, I guess my questions are:
- has the appropriate intensity normalization been applied in preprocessing?
- in the case of the sift variants, has mu been applied to the connectivity matrices already?
- if not, is mu stored somewhere for later use? (I haven’t found it as I search through the derivative files.)
- finally, looking at equation 4 in [2], it looks like there might be enough info to regenerate mu from the files currently generated, but I’d rather not if possible
Any insight would be greatly appreciated — clearly, I’m not 100% sure of what I’m doing
Many thanks,
- Daniel
[1] Computing & comparing SIFT2-connectomes - MRtrix3 Community
[2] Smith RE, Tournier JD, Calamante F, Connelly A. SIFT2: Enabling dense quantitative assessment of brain white matter connectivity using streamlines tractography. Neuroimage. 2015 Oct 1;119:338-51. doi: 10.1016/j.neuroimage.2015.06.092. Epub 2015 Jul 8. PMID: 26163802.
singularity run \
--cleanenv \
"${QSIPREP_SINGULARITY_IMAGE}" \
"${inpt_bids_dir}" "${outp_dir}" participant \
--verbose \
--verbose \
--stop-on-first-crash \
--mem-mb "20000" \
--recon-only \
--recon-input "${outp_dir}/qsiprep" \
--recon-spec "mrtrix_singleshell_ss3t_ACT-hsvs" \
--fs-license-file "${FREESURFER_LICENSE}" \
--freesurfer-input "${outp_func_dir}/sourcedata/freesurfer" \
--participant-label "${subj}"
Version:
qsiprep 0.21.4 (for preprocessing)
qsiprep 0.19.1 (for reconstruction)
Environment (Docker, Singularity / Apptainer, custom installation):
Singularity
Data formatted according to a validatable standard? Please provide the output of the validator:
The data conforms to the BIDS standard
Relevant log outputs (up to 20 lines):
PASTE LOG OUTPUT HERE