Skip to content

Commit 4de333b

Browse files
committed
add images in documentation and readme
1 parent 5d83b8a commit 4de333b

15 files changed

+73
-3
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
**Sim-FISH** is a python package to **simulate smFISH images**. The package allows the user simulate and localize spots, cells and nuclei. The ultimate goal is to provide toy images to **experiment, train and evaluate smFISH statistical analysis**.
1111

12+
User can simulate images of spots and clusters with different level of noise...
13+
14+
| Spots | Clustered spots |
15+
| ------------- | ------------- |
16+
| ![](images/plot_spot.png "Spots") | ![](images/plot_cluster_zoom.png "Clustered spots") |
17+
18+
... or localization patterns within subcellular regions.
19+
20+
| Perinuclear pattern | Protrusion pattern |
21+
| ------------- | ------------- |
22+
| ![](images/perinuclear_1_300.png "Perinuclear pattern") | ![](images/protrusion_1_300.png "Perinuclear pattern") |
23+
1224
## Installation
1325

1426
### Dependencies

docs/source/image_simulation.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ Image simulation
77

88
Functions used to simulate spot images, in 2D and 3D.
99

10+
+------------------+------------------+------------------+
11+
| |pic1| | |pic2| | |pic3| |
12+
+------------------+------------------+------------------+
13+
14+
.. |pic1| image:: ../../images/plot_spot.png
15+
:width: 100%
16+
17+
.. |pic2| image:: ../../images/plot_cluster_zoom.png
18+
:width: 100%
19+
20+
.. |pic3| image:: ../../images/plot_cluster.png
21+
:width: 100%
22+
1023
Simulation is performed in three steps:
1124

1225
#. We simulate ground truth coordinates.

docs/source/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
Sim-FISH
77
********
88

9+
+------------------+------------------+------------------+
10+
| |pic1| | |pic2| | |pic3| |
11+
+------------------+------------------+------------------+
12+
13+
.. |pic1| image:: ../../images/plot_spot.png
14+
:width: 100%
15+
16+
.. |pic2| image:: ../../images/plot_cluster_zoom.png
17+
:width: 100%
18+
19+
.. |pic3| image:: ../../images/perinuclear_1_300.png
20+
:width: 100%
21+
922
Getting started
1023
===============
1124

docs/source/pattern_simulation.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ Pattern simulation
77

88
Functions used to simulate localization patterns.
99

10+
+------------------+------------------+------------------+
11+
| **Random** | **Foci** | **Intranuclear** |
12+
+------------------+------------------+------------------+
13+
| |pic1| | |pic2| | |pic3| |
14+
+------------------+------------------+------------------+
15+
| **Nuclear_edge** | **Perinuclear** | **Cell_edge** |
16+
+------------------+------------------+------------------+
17+
| |pic4| | |pic5| | |pic6| |
18+
+------------------+------------------+------------------+
19+
| **Protrusion** | | |
20+
+------------------+------------------+------------------+
21+
| |pic7| | | |
22+
+------------------+------------------+------------------+
23+
24+
.. |pic1| image:: ../../images/random_1_300.png
25+
:width: 100%
26+
27+
.. |pic2| image:: ../../images/foci_1_300.png
28+
:width: 100%
29+
30+
.. |pic3| image:: ../../images/intranuclear_1_300.png
31+
:width: 100%
32+
33+
.. |pic4| image:: ../../images/nuclear_edge_1_300.png
34+
:width: 100%
35+
36+
.. |pic5| image:: ../../images/perinuclear_1_300.png
37+
:width: 100%
38+
39+
.. |pic6| image:: ../../images/cell_edge_1_300.png
40+
:width: 100%
41+
42+
.. |pic7| image:: ../../images/protrusion_1_300.png
43+
:width: 100%
44+
1045
We build a map of probability distribution to bias the localization of
1146
generated spots. Maps are built from specific cell templates:
1247

images/cell_edge_1_300.png

20.1 KB
Loading

images/foci_1_300.png

19.9 KB
Loading

images/intranuclear_1_300.png

20.7 KB
Loading

images/nuclear_edge_1_300.png

20.6 KB
Loading

images/perinuclear_1_300.png

20.5 KB
Loading

images/plot_cluster.png

58.9 KB
Loading

0 commit comments

Comments
 (0)