From 27932a7911ea6c7b5b0108cac9025b332e32719d Mon Sep 17 00:00:00 2001 From: Flavio Lombardo <flavio.lombardo@unibas.ch> Date: Sat, 31 Aug 2024 17:43:54 +0000 Subject: [PATCH] Update README.md with STAR Protocol link and DOI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 139ce51..0cfd4f7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ DRUGSENS is a R-package that allows users to automatically analyze QuPath™'s output data from imaging analysis. Here we include a QuPath™ script (the same that we regularly use) to run reproducible QuPath™-based image analysis, and some examples on how DRUGSENS can be used. For more detailed examples of QuPath™ scripting and usage please refer to [QuPath™'s Documentation](https://qupath.readthedocs.io/en/stable/). This script should be placed into scripts manager within QuPath™. We tested this code with previous versions of QuPath™, but new versions should also be compatible. -This package is complementary to the STAR protocol: `...` +This package is complementary to the STAR protocol: [*Protocol for quantifying drug sensitivity in 3D patient-derived ovarian cancer models DOI: DOI: 10.1016/j.xpro.2024.103274*](https://doi.org/10.1016/j.xpro.2024.103274). # Installation -- GitLab