JLrumberger commited on
Commit
adc9ae7
β€’
1 Parent(s): 3f573eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Pan-Multiplex (Pan-M) dataset
2
+ This dataset was to train the Nimbus model for the publication "Improving cell phenotyping by factoring in spatial marker expression patterns with Nimbus".
3
+ The dataset contains multiplexed images from different modalities, tissues and protein marker panels. It was constructed by semi-automatic pipeline, where the cell types assigned by the authors of the original studies that published the data, where mapped back to their expected marker activity.
4
+ More details to the construction of the dataset can be found in the paper. The dataset consists of five subsets named `codex_colon`,`mibi_breast`,`mibi_decidua`,`vectra_colon`,`vectra_pancreas`, each in an individual folder.
5
+ After unzipping, the data should be stored in the following folder structure to use the code provided for [training](https://github.com/angelolab/Nimbus) and [inference](https://github.com/angelolab/Nimbus-Inference). To construct the binary segmentation maps used for training, you can use the code in `segmentation_data_prep.py` and `simple_data_prep.py` in the [training repository](https://github.com/angelolab/Nimbus).
6
+
7
+ ```
8
+ .
9
+ β”œβ”€β”€ data
10
+ β”‚ β”œβ”€β”€ codex_colon
11
+ β”‚ β”œβ”€β”€ vectra_colon
12
+ β”‚ β”œβ”€β”€ vectra_pancreas
13
+ β”‚ β”œβ”€β”€ mibi_decidua
14
+ β”‚ β”œβ”€β”€ mibi_breast
15
+ β”‚ β”œβ”€β”€ experimental_results.csv
16
+ β”‚ β”œβ”€β”€ gt_pred_ie_consolidated.csv
17
+ ```
18
+
19
+ When using the dataset please cite
20
+
21
+ ```
22
+ @article{rum2024nimbus,
23
+ title={Improving cell phenotyping by factoring in spatial marker expression patterns with Nimbus},
24
+ author={Rumberger, J. Lorenz and Greenwald, Noah F. and Ranek, Jolene and Boonrat, Potchara and Walker, Cameron and Franzen, Jannik and Varra, Sricharan Reddy and Kong, Alex and Sowers, Cami and Liu, Candace C. and Averbukh, Inna and Piyadasa, Hadeesha and Vanguri, Rami and Nederlof, Iris and Wang, Xuefei Julie and Van Valen, David and Kok, Marleen and Hollman, Travis and Kainmueller, Dagmar and Angelo, Michael},
25
+ journal={bioRxiv},
26
+ pages={2024--05},
27
+ year={2024},
28
+ publisher={Cold Spring Harbor Laboratory}
29
+ }
30
+ @article{greenbaum2023spatially,
31
+ title={A spatially resolved timeline of the human maternal--fetal interface},
32
+ author={Greenbaum, Shirley and Averbukh, Inna and Soon, Erin and Rizzuto, Gabrielle and Baranski, Alex and Greenwald, Noah F and Kagel, Adam and Bosse, Marc and Jaswa, Eleni G and Khair, Zumana and others},
33
+ journal={Nature},
34
+ volume={619},
35
+ number={7970},
36
+ pages={595--605},
37
+ year={2023},
38
+ publisher={Nature Publishing Group UK London}
39
+ }
40
+ @article{hickey2023organization,
41
+ title={Organization of the human intestine at single-cell resolution},
42
+ author={Hickey, John W and Becker, Winston R and Nevins, Stephanie A and Horning, Aaron and Perez, Almudena Espin and Zhu, Chenchen and Zhu, Bokai and Wei, Bei and Chiu, Roxanne and Chen, Derek C and others},
43
+ journal={Nature},
44
+ volume={619},
45
+ number={7970},
46
+ pages={572--584},
47
+ year={2023},
48
+ publisher={Nature Publishing Group UK London}
49
+ }
50
+ ```
51
+
52
+
53
+ ---
54
+ license: cc-by-sa-4.0
55
+ ---