File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -94,4 +94,18 @@ import sopa
94
94
For a full description of the API, please refer to the [ documentation] ( https://gustaveroussy.github.io/sopa ) .
95
95
96
96
# Cite us
97
- Our article is not published yet. In the meantime, you can cite our ** preprint** : [ TODO - coming soon]
97
+ Our article is not published yet. In the meantime, you can cite our [ preprint] ( https://www.biorxiv.org/content/10.1101/2023.12.22.571863v1 ) :
98
+
99
+ ``` txt
100
+ @article {Blampey2023.12.22.571863,
101
+ author = {Quentin Blampey & Kevin Mulder et al.},
102
+ title = {Sopa: a technology-invariant pipeline for analyses of image-based spatial-omics},
103
+ elocation-id = {2023.12.22.571863},
104
+ year = {2023},
105
+ doi = {10.1101/2023.12.22.571863},
106
+ publisher = {Cold Spring Harbor Laboratory},
107
+ URL = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863},
108
+ eprint = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863.full.pdf},
109
+ journal = {bioRxiv}
110
+ }
111
+ ```
Original file line number Diff line number Diff line change 1
- Our paper is available as an Arxiv preprint [ here] ( TODO ) .
1
+ Our article is not published yet. In the meantime, you can cite our [ preprint] ( https://www.biorxiv.org/content/10.1101/2023.12.22.571863v1 ) :
2
+
2
3
``` txt
3
- TODO
4
+ @article {Blampey2023.12.22.571863,
5
+ author = {Quentin Blampey & Kevin Mulder et al.},
6
+ title = {Sopa: a technology-invariant pipeline for analyses of image-based spatial-omics},
7
+ elocation-id = {2023.12.22.571863},
8
+ year = {2023},
9
+ doi = {10.1101/2023.12.22.571863},
10
+ publisher = {Cold Spring Harbor Laboratory},
11
+ URL = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863},
12
+ eprint = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863.full.pdf},
13
+ journal = {bioRxiv}
14
+ }
4
15
```
5
16
6
17
This library has been developed by Quentin Blampey, PhD student in Biomathematics / Deep Learning. The following institutions funded this work:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sopa"
3
- version = " 0.2.1 "
3
+ version = " 1.0.0 "
4
4
description = " Spatial-omics pipeline and analysis"
5
5
documentation = " https://gustaveroussy.github.io/sopa"
6
6
homepage = " https://gustaveroussy.github.io/sopa"
You can’t perform that action at this time.
0 commit comments