Skip to content

Commit 87d0afd

Browse files
authored
update segmentation with plugins (#134)
clean up, add preparation section for advance download
1 parent e672748 commit 87d0afd

File tree

3 files changed

+174
-81
lines changed

3 files changed

+174
-81
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Introduction to tutorials
1+
# Introduction to tutorials
22

33
CellProfiler tutorials are exercises we've guided groups of users through to help them better understand how to use CellProfiler. Please also check out our [examples page](https://cellprofiler.org/examples), which includes additional pipelines and materials for using CellProfiler with specific samples and imaging applications.
44

@@ -8,8 +8,6 @@ CellProfiler tutorials are exercises we've guided groups of users through to hel
88
## Beginner Segmentation
99
<img src="assets/img/beginner-badge.png" alt="beginner" width="140px">
1010

11-
12-
1311
A tutorial that uses a CellPainting assay to find segmentation parameters for larger “parent” objects (nucleus, cell, and cytoplasm) and show you ways to pull out smaller features in your image by segmenting organelles within the nuclei. You will also be shown how to use RelateObjects so that you can relate the average counts, distances, and measurements of the smaller “child” organelles to their larger “parent” objects. <br>
1412

1513
<img class="imggif" src="assets/img/beginnersegmentation_smooth.gif" alt="example segmentation" align="right" width="250">
@@ -25,9 +23,10 @@ Versão em português:
2523
<a href="https://github.com/CellProfiler/tutorials/raw/master/BeginnerSegmentation/Archive_PT.zip" target="_blank"><img src="assets/img/download-button-pt.png" alt="Materiais para baixar" width="140px"></a>
2624

2725
### Bonus materials
26+
2827
<img src="assets/img/advanced-badge.png" alt="advanced" width="140px">
2928

30-
We have also created bonus materials designed to go with this tutorial - in these exercises, you will practice using CellProfiler to interface with other software tools like ilastik and Cellpose.
29+
We have also created bonus materials designed to go with this tutorial - in these exercises, you will practice using CellProfiler to interface with other software tools like ilastik and Cellpose and in doing so will learn how to use CellProfiler plugins.
3130

3231
English version
3332
<a href="https://github.com/CellProfiler/tutorials/raw/master/BeginnerSegmentation/bonus_materials_EN.zip" target="_blank"><img src="assets/img/download-button.png" alt="Download button" width="140px"></a>
@@ -38,12 +37,10 @@ Versión en Español
3837
Versão em português:
3938
<a href="https://github.com/CellProfiler/tutorials/raw/master/BeginnerSegmentation/bonus_materials_PT.zip" target="_blank"><img src="assets/img/download-button.png" alt="Download button" width="140px"></a>
4039

41-
4240
## Advanced Segmentation
4341

4442
<img src="assets/img/advanced-badge.png" alt="advanced" width="140px">
4543

46-
4744
This exercise will guide you through setting segmentation parameters that will be robust across your sample. Additionally, it will show you some ways to pull out smaller features in your image by segmenting organelles within the cells and nuclei. You will learn how to use RelateObjects module to obtain average counts, distances, and measurements of the smaller organelles inside their larger parent objects. <br>
4845

4946
<img class="imggif" src="assets/img/advancedsegmentation.gif" alt="example segmentation" align="right" width="250">

0 commit comments

Comments
 (0)