From b418eb842ee095afd0a9abe79be98a66ba157127 Mon Sep 17 00:00:00 2001 From: Lenz Date: Tue, 13 Aug 2024 15:10:09 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e763904..5ecf6c5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Nimbus -The Nimbus repo contains code for training, validation and application of a machine learning model that classifies cells into marker positive/negative for arbitrary markers and different imaging platforms. +The Nimbus repo contains code for training and validation of a machine learning model that classifies cells into marker positive/negative for arbitrary markers and different imaging platforms. -Disclaimer: The environment does not support Apple Silicon chips (M1, M2) currently. +The code for using the model and running inference on your own data can be found here: [Nimbus-Inference](https://github.com/angelolab/Nimbus-Inference). Code for generating the figures in the paper can be found here: [Publication plots](https://github.com/angelolab/publications/tree/main/2024-Rumberger_Greenwald_etal_Nimbus). ## Installation instructions @@ -35,4 +35,15 @@ Navigate to the example notebooks and start jupyter `jupyter notebook` - +## Citation + +```bash +@article{rum2024nimbus, + title={Automated classification of cellular expression in multiplexed imaging data with Nimbus}, + 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}, + journal={bioRxiv}, + pages={2024--05}, + year={2024}, + publisher={Cold Spring Harbor Laboratory} +} +```