Skip to content

Commit 29320e8

Browse files
authored
Update FRETENATOR.md
Fix images, so they display.
1 parent de796ca commit 29320e8

1 file changed

Lines changed: 11 additions & 18 deletions

File tree

_pages/plugins/FRETENATOR.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,20 @@ Install activating update sites:
4848

4949
## **_FRETENATOR2_Segment_and_ratio_**
5050

51-
52-
![nlsABACUS2 confocal image](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image20.gif)
53-
![nlsABACUS2 segmentation performed with FRETENATOR](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image22.gif)
54-
![nlsABACUS2 emission ratio, with calculations performed on a per object basis](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image21.gif)
55-
51+
<img src="https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image20.gif" title="nlsABACUS2 confocal image" alt="nlsABACUS2 confocal image" />
52+
<img src="https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image22.gif" title="nlsABACUS2 segmentation performed with FRETENATOR" />
53+
<img src="https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image21.gif" title="nlsABACUS2 emission ratio, with calculations performed on a per object basis" />
5654

5755
## **Usage**:
5856

5957
*FN2 Segment and ratio* is a powerful plugin to quickly perform ratiometric analysis of 2D, 3D or 4D microscopy images, with an new user interface and a live updating preview. The plugin performs full 3D segmentation of images, which means you don't analyse background, and does all the analysis, ready for you to plot and interpret. The algorithm can be used to analyse punctate sensors (e.g. nuclear localised) on a per object basis, or diffuse sensors (e.g. cytoplasmic) on a pixel by pixel basis, with quickload settings buttons. Saturated pixels are automatically removed. Settings can be saved and used for headless processing, or even batch (alpha).
6058

61-
Results Table: ◦ Includes the ratiometric calculation (emission ratio) your channel quantifications, and x, y, z positions. This can be saved as a .csv and then analysed in python, R or excel.
62-
Label map: ◦ An image in which every nucleus is given a value that corresponds to the “label” in the results table.
63-
Emission ratio map: ◦ An image in which every nucleus is given the value of it’s emission ratio
64-
Average Z projected emission ratio map: ◦ An average Z projection of the emission ratio map
65-
Nearest point emission ratio map: ◦ A nearest point projection of the emission ratio map, with outlines added between the nuclei NB: the scale of this image is different to the original image and other images, allowing thin outlines to be drawn.
66-
Log: ◦ Details of the image file and exact analysis settings used to keep with your metadata. Savable as a .txt file
59+
* Results Table: ◦ Includes the ratiometric calculation (emission ratio) your channel quantifications, and x, y, z positions. This can be saved as a .csv and then analysed in python, R or excel.
60+
* Label map: ◦ An image in which every nucleus is given a value that corresponds to the “label” in the results table.
61+
* Emission ratio map: ◦ An image in which every nucleus is given the value of it’s emission ratio
62+
* Average Z projected emission ratio map: ◦ An average Z projection of the emission ratio map
63+
* Nearest point emission ratio map: ◦ A nearest point projection of the emission ratio map, with outlines added between the nuclei NB: the scale of this image is different to the original image and other images, allowing thin outlines to be drawn.
64+
* Log: ◦ Details of the image file and exact analysis settings used to keep with your metadata. Savable as a .txt file
6765

6866

6967
### **_FN2 Segment and ratio_ tutorial**
@@ -76,11 +74,6 @@ Install activating update sites:
7674

7775

7876

79-
![cytosolic ABACUS1 confocal image](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/PixelXPixel2.png)
80-
![cytosolic ABACUS1 analysed pixel by pixel](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/pixelXpixel1.png)
81-
82-
83-
8477
### Technical implementation (jargon)
8578

8679
The segmentation tool works by a DoG or Gaussian filter, then Otsu to generate a binary map. An optional watershed can then be used to split objects, but a 3D watershed it a little too severe and causes the loss of many nuclei and many shrink down much smaller than their original size. By comparing my watershed to non watersheded binary maps I can create a map of the 'lost nuclei' to add them back in later. A connected components analysis is used to generate a label map of the watersheded nuclei, and then dilated the labelmap on zero pixels only to fill all the space. I then multiply this by the orginal threshold image to get a a good segmentation with good enough split objects. But this will give incorrect labelling to the 'lost nuclei' present in the image. To correct this, I run a connected components on the 'lost nuclei' map, to generate labels, and add on the max value of the OTHER label map. Then I use maximumImage to superimpose these labels on the other label map to get my FINAL label map.
@@ -118,8 +111,8 @@ FRETENATOR ROI Labeller tutorial
118111

119112
A simple plugin to allow **Trackmate 7** analysed label images (Analyse the FRETENATOR label map for tracking then export the tracked label map as dots) to be combined with **FRETENATOR_Segment_and_ratio** output. This adds TrackIDs to the results table and creats a new TrackID labelmap that can be analysed with the ROI manager.
120113

121-
![Stomata](https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image29.gif)
122-
![Stomata ROI labeled image after tracking with Trackmate](https://github.com/JimageJ/ImageJ-Tools/blob/master/images/labeled%20stomata.gif)
114+
<img src="https://github.com/JimageJ/FRETENATOR2/blob/main/imagefiles/image29.gif" title="Stomata" alt="Stomata" />
115+
<img src="https://github.com/JimageJ/ImageJ-Tools/blob/master/images/labeled%20stomata.gif" title="Stomata ROI labeled image after tracking with Trackmate" alt="Stomata ROI labeled image after tracking with Trackmate" />
123116

124117
## **_FRETENATOR2_Segment_and_ratio_BT_ (Alpha)**
125118

0 commit comments

Comments
 (0)