Skip to content

Commit 1020ff6

Browse files
committed
Update README for published paper in PLOS Computational Biology
1 parent 7cf0263 commit 1020ff6

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additionally, biological data from spatial imaging studies are often hierarchica
1616

1717
The model is implemented in Stan and uses a logistic regression approximation to estimate conditional intensity functions efficiently, even for large high-resolution datasets.
1818

19-
For more technical details and case studies, please see [our preprint](https://doi.org/10.1101/2025.06.24.661393) and [our repo](https://github.com/jeliason/shade_paper_code) for reproducing analyses and figures from that manuscript.
19+
For more technical details and case studies, please see [our paper in PLOS Computational Biology](https://doi.org/10.1371/journal.pcbi.1013930) and [our repo](https://github.com/jeliason/shade_paper_code) for reproducing analyses and figures from that manuscript.
2020

2121
## Installation
2222

@@ -120,16 +120,18 @@ SHADE includes tools for:
120120

121121
## Citation and References
122122

123-
If you use SHADE in your work, please cite the accompanying [preprint](https://doi.org/10.1101/2025.06.24.661393):
123+
If you use SHADE in your work, please cite the accompanying [paper](https://doi.org/10.1371/journal.pcbi.1013930):
124124

125125
``` bibtex
126-
@misc{
127-
title = {{{SHADE}}: {{A Multilevel Bayesian Approach}} to {{Modeling Directional Spatial Associations}} in {{Tissues}}},
126+
@article{eliason2026shade,
127+
title = {{SHADE}: A multilevel {Bayesian} framework for modeling directional spatial interactions in tissue microenvironments},
128128
author = {Eliason, Joel and Peruzzi, Michele and Rao, Arvind},
129-
year = {2025},
130-
month = jun,
131-
publisher = {Cold Spring Harbor Laboratory},
132-
doi = {10.1101/2025.06.24.661393},
129+
journal = {PLOS Computational Biology},
130+
volume = {22},
131+
number = {2},
132+
pages = {e1013930},
133+
year = {2026},
134+
doi = {10.1371/journal.pcbi.1013930},
133135
}
134136
```
135137

0 commit comments

Comments
 (0)