David Bouget commited on
Commit
5055dd4
β€’
1 Parent(s): bad9e67

Update README.md

Browse files

Adding info about the lymph nodes stations

Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -75,6 +75,32 @@ A detailed interactive demo on how to load and work with the data can be seen on
75
  └── pat15_labels_SubCarArt.nii.gz
76
  ```
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ## [Demo](https://github.com/raidionics/LyNoS#demo) <a target="_blank" href="https://huggingface.co/spaces/andreped/LyNoS"><img src="https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Spaces-yellow.svg"></a>
79
 
80
  To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
 
75
  └── pat15_labels_SubCarArt.nii.gz
76
  ```
77
 
78
+ ### [Lymph nodes stations](https://github.com/raidionics/LyNoS#lymph-nodes-stations)
79
+ For each labelled lymph node in the dataset, the primary, secondary, and up to the tertiary station have been manually assigned according to the IASLC Lung Cancer Staging guidelines, and more specifically following the [2009 map](https://radiologyassistant.nl/chest/mediastinum/mediastinum-lymph-node-map).
80
+ The stations considered can be organized as follows:
81
+ ```
82
+ └── Supraclavicular nodes (stations 1R and 1L)
83
+ └── Superior mediastinal nodes (stations 2-4)
84
+ β”œβ”€β”€ Upper paratracheal (stations 2R and 2L)
85
+ β”œβ”€β”€ Pre-vascular (stations 3aR and 3aL)
86
+ β”œβ”€β”€ Pre-vertebral (station 3P)
87
+ β”œβ”€β”€ Lower paratracheal (stations 4R and 4L)
88
+ └── Aortic nodes (stations 5-6)
89
+ β”œβ”€β”€ Subaortic (station 5)
90
+ β”œβ”€β”€ Para-aortic (station 6)
91
+ └── Inferior mediastinal nodes (stations 7-9)
92
+ β”œβ”€β”€ Subcarinal (stations 7R and 7L)
93
+ β”œβ”€β”€ Paraesophageal (stations 8R and 8L)
94
+ β”œβ”€β”€ Pulmonary ligament (station 9)
95
+ └── Hilar, lobar, and (sub)segmental nodes (stations 10-14)
96
+ β”œβ”€β”€ Hilar (stations 10R and 10L)
97
+ β”œβ”€β”€ Interlobar middle-lower (stations 11R and 11L)
98
+ β”œβ”€β”€ Lobar (stations 12R and 12L)
99
+ β”œβ”€β”€ Segmental (stations 13R and 13L)
100
+ β”œβ”€β”€ Subsegmental (stations 14R and 14L)
101
+ ```
102
+
103
+
104
  ## [Demo](https://github.com/raidionics/LyNoS#demo) <a target="_blank" href="https://huggingface.co/spaces/andreped/LyNoS"><img src="https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Spaces-yellow.svg"></a>
105
 
106
  To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.