Hello,
When using the --combineruns
option and xcp-d:0.5.2 (via dockerhub) I was expecting to get connectivity matrices, *_conmat.tsv files, for the combined timeseries. However I only seem to get the combined bold nii files and the atlas timeseries.tsv files. No errors were given.
for example see these outputs.
$ ls -l *_atlas-Tian*
sub-22759_ses-2201_task-rest_dir-AP_run-2_space-MNI152NLin2009cAsym_atlas-Tian_coverage.tsv
sub-22759_ses-2201_task-rest_dir-AP_run-2_space-MNI152NLin2009cAsym_atlas-Tian_measure-pearsoncorrelation_conmat.tsv
sub-22759_ses-2201_task-rest_dir-AP_run-2_space-MNI152NLin2009cAsym_atlas-Tian_reho.tsv
sub-22759_ses-2201_task-rest_dir-AP_run-2_space-MNI152NLin2009cAsym_atlas-Tian_timeseries.tsv
sub-22759_ses-2201_task-rest_dir-PA_run-1_space-MNI152NLin2009cAsym_atlas-Tian_coverage.tsv
sub-22759_ses-2201_task-rest_dir-PA_run-1_space-MNI152NLin2009cAsym_atlas-Tian_measure-pearsoncorrelation_conmat.tsv
sub-22759_ses-2201_task-rest_dir-PA_run-1_space-MNI152NLin2009cAsym_atlas-Tian_reho.tsv
sub-22759_ses-2201_task-rest_dir-PA_run-1_space-MNI152NLin2009cAsym_atlas-Tian_timeseries.tsv
sub-22759_ses-2201_task-rest_dir-PA_space-MNI152NLin2009cAsym_atlas-Tian_timeseries.tsv
You can see I get conmats for each individual run but not the combined. The combined is also maybe not named ideally.
So I have 2 questions
- Is this the expected behavior?
- Is there a trivial (or at least straight forward) command to go from timeseries.tsv files to conmat.tsv files in a comparable way to what xcp_d does?
Thanks!
Luke