@@ -7,59 +7,106 @@ Reference for SPIMquant output files and formats.
77## Directory Structure
88
99```
10- output/
11- └── spimquant/
12- ├── sub-01/
13- │ └── micr/
14- │ ├── *_space-template_SPIM.nii.gz
15- │ ├── *_dseg.nii.gz
16- │ └── *_segstats.tsv
17- └── qc/
10+ output/spimquant/
11+ ├── sub-01/
12+ │ ├── micr/
13+ │ │ ├── *_space-{template}_SPIM.nii.gz
14+ │ │ ├── *_space-{template}_regqc.html
15+ │ │ └── *_mask.nii.gz
16+ │ ├── seg/
17+ │ │ └── *_SPIM.ome.zarr
18+ │ ├── parc/
19+ │ │ └── *_from-{template}_dseg.nii.gz
20+ │ ├── tabular/
21+ │ │ ├── *_segstats.tsv
22+ │ │ ├── *_regionpropstats.tsv
23+ │ │ ├── *_fieldfracstats.tsv
24+ │ │ └── *_countstats.tsv
25+ │ └── xfm/
26+ │ └── *_xfm.{txt,nii.gz}
27+ └── group/
28+ ├── *_groupstats.tsv
29+ ├── *_groupstats.png
30+ └── *_groupstats.nii.gz
1831```
1932
2033## Participant-Level Outputs
2134
22- <!-- TODO: Document participant outputs -->
35+ ### Registered Images ( ` micr/ ` )
2336
24- ### Registered Images
37+ ` *_space-{template}_SPIM.nii.gz `
2538
26- ` *_space-template_SPIM.nii.gz `
39+ Registered SPIM data in template space, stored as NIfTI files.
2740
28- <!-- TODO: Add file format details -->
41+ ### Registration QC Reports ( ` micr/ ` )
2942
30- ### Segmentation Maps
43+ ` *_space-{template}_regqc.html `
3144
32- ` *_dseg.nii.gz `
45+ HTML reports for visually checking registration quality.
3346
34- <!-- TODO: Add file format details -->
47+ ### Brain Masks ( ` micr/ ` )
3548
36- ### Statistics Tables
49+ ` *_mask.nii.gz `
50+
51+ Binary brain mask in subject space.
52+
53+ ### Segmentation Data (` seg/ ` )
54+
55+ ` *_SPIM.ome.zarr `
56+
57+ Full-resolution segmentation results stored as OME-Zarr arrays.
58+
59+ ### Parcellation Maps (` parc/ ` )
60+
61+ ` *_from-{template}_dseg.nii.gz `
62+
63+ Atlas-based discrete segmentation (parcellation) maps in subject space.
64+
65+ ### Statistics Tables (` tabular/ ` )
3766
3867` *_segstats.tsv `
3968
40- <!-- TODO: Add table format details -->
69+ Per-region segmentation statistics combining region properties, field fraction, and count metrics.
70+
71+ ` *_regionpropstats.tsv `
72+
73+ Per-region object-level properties (e.g. volume, centroid).
74+
75+ ` *_fieldfracstats.tsv `
76+
77+ Per-region field fraction (percentage of voxels positive) statistics.
78+
79+ ` *_countstats.tsv `
80+
81+ Per-region object count statistics.
82+
83+ ### Transforms (` xfm/ ` )
84+
85+ ` *_xfm.txt ` / ` *_xfm.nii.gz `
86+
87+ Affine and deformable registration transforms between subject and template space.
4188
4289## Group-Level Outputs
4390
44- <!-- TODO: Document group outputs -->
91+ Group-level outputs are stored directly under ` output/spimquant/ group/ ` (no subject subdirectory).
4592
4693### Statistical Results
4794
4895` *_groupstats.tsv `
4996
50- <!-- TODO: Add file format details -->
97+ Statistical test results (t-statistics, p-values, effect sizes) for each brain region.
5198
5299### Visualizations
53100
54101` *_groupstats.png `
55102
56- <!-- TODO: Add visualization details -->
103+ Heatmap visualizations of statistical results across brain regions.
57104
58105### Volume Maps
59106
60- ` *_groupstats.nii `
107+ ` *_groupstats.nii.gz `
61108
62- <!-- TODO: Add file format details -->
109+ 3D volumetric maps of statistical values for visualization in neuroimaging software.
63110
64111## Quality Control Outputs
65112
0 commit comments