Skip to content

Commit 3cf9ba4

Browse files
authored
Add better options for BDV in tutorial
1 parent 56e61b5 commit 3cf9ba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ For your dataset, the optimal choice of parameters may vary. A good baseline for
131131
./st-align-global -c visium.n5 --absoluteThreshold 100 -sf 0.5 --lambda 0.0 --skipICP
132132
```
133133

134-
7. <img align="right" src="https://github.com/PreibischLab/STIM/blob/master/src/main/resources/bdv-calm2-mbp-mtnd4.png" alt="Example alignment" width="240">The final dataset can for example be visualized and interactively explored using BigDataViewer. Therefore, we specify three genes `-g Calm2,Mbp,mt-Nd4`, a crisper rendering `-sf 0.6`, and a relative z-spacing between the two planes that shows them close to each other `-z 3`. Of course, the same data can be visualized using `st-explorer` and `st-render`.
134+
7. <img align="right" src="https://github.com/PreibischLab/STIM/blob/master/src/main/resources/bdv-calm2-mbp-mtnd4.png" alt="Example alignment" width="240">The final dataset can for example be visualized and interactively explored using BigDataViewer. Therefore, we specify three genes `-g Calm2,Mbp,mt-Nd4`, a crisper rendering `-sf 0.5`, and a relative z-spacing between the two planes that shows them close to each other `-z 2`. Of course, the same data can be visualized using `st-explorer` and `st-render`, and visualization options such as color or contrast per gene can be adjusted manually.
135135
```bash
136-
./st-bdv-view -i visium.n5 -g Calm2,Mbp,mt-Nd4 -c '0,90' -sf 0.6 -z 3
136+
./st-bdv-view -i visium.n5 -g Calm2,Mbp,mt-Nd4 -c '0,150' -sf 0.5 -z 2
137137
```
138138
We encourage you to use this small two slice dataset as a starting point for playing with and extending **STIM**. If you have any questions, feature requests or concerns please open an issue here on GitHub. Thanks so much!
139139

0 commit comments

Comments
 (0)