Skip to content

Commit 44b84c0

Browse files
committed
DOC: Add bundle name list
Add bundle name list.
1 parent 0d11e46 commit 44b84c0

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Run `wm_quality_control_tractography.py --help` to test if the installation is s
3131

3232
* A step-by-step tutorial to explain the detailed computional process within the pipeline is provided [here](https://github.com/SlicerDMRI/whitematteranalysis/blob/master/doc/subject-specific-tractography-parcellation.md).
3333

34+
* The names of the anatomical bundles WMA extracts can be found in the [bundles](doc/bundles.md) page.
35+
3436
# References
3537

3638
**Please cite the following papers for using the code and/or the training data :**

doc/bundles.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Bundle naming
2+
3+
The below table contains the names of the anatomical bundles WMA extracts as
4+
described in Table 3 in [https://doi.org/10.1016/j.neuroimage.2018.06.027](https://doi.org/10.1016/j.neuroimage.2018.06.027).
5+
6+
## Bundles
7+
8+
| Group | Count | Name |
9+
|-----------------| -- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10+
| **Association** | 22 | <p> arcuate fasciculus (AF) – LR <p> cingulum bundle (CB) – LR <p> extreme capsule (EmC) – LR <p> inferior longitudinal fasciculus (ILF) – LR <p> inferior occipito-frontal fasciculus (IOFF) – LR <p> middle longitudinal fasciculus (MdLF) – LR <p> posterior limb of internal capsule (PLIC) – LR <p> superior longitudinal fasciculus I (SLF I) – LR <p> superior longitudinal fasciculus II (SLF II) – LR <p> superior longitudinal fasciculus II (SLF III) – LR <p> uncinate fasciculus (UF) – LR |
11+
| **Cerebellar** | 9 | <p> cortico-ponto-cerebellar (CPC) - LR <p> inferior cerebellar peduncle (ICP) – LR <p> intracerebellar input and Purkinje tract (Intra-CBLM-I&P) – LR <p> intracerebellar parallel tract (Intra-CBLM-PaT) – LR <p> middle cerebellar peduncle (MCP) – C |
12+
| **Commissural** | 7 | <p> corpus callosum 1 (CC 1) – C <p> corpus callosum 2 (CC 2) – C <p> corpus callosum 3 (CC 3) – C <p> corpus callosum 4 (CC 4) – C <p> corpus callosum 5 (CC 5) – C <p> corpus callosum 6 (CC 6) – C <p> corpus callosum 7 (CC 7) – C |
13+
| **Projection** | 18 | <p> corticospinal tract (CST) – LR <p> corona-radiata-frontal (CR-F) (excluding the CST) – LR <p> corona-radiata-parietal (CR-P) (excluding the CST) – LR <p> striato-frontal (SF) – LR <p> striato-occipital (SO) – LR <p> striato-parietal (SP) – LR <p> thalamo-frontal (TF) – LR <p> thalamo-occipital (TO) – LR <p> thalamo-parietal (TP) – LR |
14+
| **Striatal** | 2 | <p> external capsule (EC) – LR |
15+
| **Superficial** | 16 | <p> superficial-frontal (Sup-F) – LR <p> superficial-frontal-parietal (Sup-FP) – LR <p> superficial-occipital (Sup-O) – LR <p> superficial-occipital-temporal (Sup-OT) – LR <p> superficial-parietal (Sup-P) – LR <p> superficial-parietal-occipital (Sup-PO) – LR <p> superficial-parietal-temporal (Sup-PT) – LR <p> superficial-temporal (Sup-T) – LR |
16+
| Total | 74 | |
17+
18+
## Notes
19+
20+
The above bundles correspond to the anatomical bundles the [ORG atlas contains](https://github.com/SlicerDMRI/ORG-Atlases/blob/master/Tracts-in-ORG-800FC-100HCP.md).
21+
22+
Additionally:
23+
- The cingulum is shortened as "Cg" or "Cing" in other works.
24+
- The IOFF is named as IFOF (inferior fronto-occipital fasciculus) in other works.

0 commit comments

Comments
 (0)