JLrumberger commited on
Commit
51b9fa2
1 Parent(s): 251b60d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ task_categories:
9
  ---
10
 
11
  ## Pan-Multiplex (Pan-M) dataset
12
- This dataset was constructed to train the Nimbus model for the publication "Improving cell phenotyping by factoring in spatial marker expression patterns with Nimbus".
13
  The dataset contains multiplexed images from different modalities, tissues and protein marker panels. It was constructed by a 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. In addition, for 3 FoVs of each dataset, 4 expert annotators proofread ~1.1M annotations which served as the gold-standard for assesing the algorithm.
14
  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.
15
  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).
@@ -30,8 +30,8 @@ When using the dataset please cite
30
 
31
  ```
32
  @article{rum2024nimbus,
33
- title={Improving cell phenotyping by factoring in spatial marker expression patterns with Nimbus},
34
- 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},
35
  journal={bioRxiv},
36
  pages={2024--05},
37
  year={2024},
 
9
  ---
10
 
11
  ## Pan-Multiplex (Pan-M) dataset
12
+ This dataset was constructed to train the Nimbus model for the publication "Automated classification of cellular expression in multiplexed imaging data with Nimbus".
13
  The dataset contains multiplexed images from different modalities, tissues and protein marker panels. It was constructed by a 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. In addition, for 3 FoVs of each dataset, 4 expert annotators proofread ~1.1M annotations which served as the gold-standard for assesing the algorithm.
14
  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.
15
  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).
 
30
 
31
  ```
32
  @article{rum2024nimbus,
33
+ title={Automated classification of cellular expression in multiplexed imaging data with Nimbus},
34
+ author={Rumberger, J. Lorenz and Greenwald, Noah F. and Ranek, Jolene S. and Boonrat, Potchara and Walker, Cameron and Franzen, Jannik and Varra, Sricharan Reddy and Kong, Alex and Sowers, Cameron 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 J. and Kainmueller, Dagmar and Angelo, Michael},
35
  journal={bioRxiv},
36
  pages={2024--05},
37
  year={2024},