ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Software Tool Article

SAPHIR: a Shiny application to analyze tissue section images

[version 1; peer review: 2 approved with reservations]
PUBLISHED 27 Oct 2020
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the NEUBIAS - the Bioimage Analysts Network gateway.

This article is included in the Bioinformatics gateway.

Abstract

Study of cell populations in tissues using immunofluorescence is a powerful method for both basic and medical research. Image acquisitions performed by confocal microscopy notably allow excellent lateral resolution and more than 10 parameter measurement when using spectral or multiplex imaging. Analysis of such complex images can be very challenging and easily lead to bias and misinterpretation. Here, we have developed the Shiny Analytical Plot of Histological Image Results (SAPHIR), an R shiny application for histo-cytometry using scatterplot representation of data extracted by segmentation. It offers many features, such as filtering of spurious data points, selection of cell subsets on scatterplot, visualization of scatterplot selections back into the image, statistics of selected data and data annotation. Our application allows to quickly characterize labeled cells, from their phenotype to their number and location in the tissue, as well as their interaction with other cells. SAPHIR is available from: https://github.com/elodiegermani/SAPHIR

Keywords

Tissue cellular quantification, spatial cellular profiling, cell-cell interactions, scatterplot, histo-cytometry, image cytometry

Introduction

The identification, localization and quantification of cell subsets in tissue is a difficult but essential task for biologists to understand spatial cellular organization in different settings (e.g. homeostasis vs inflammatory diseases or cancer). Advances in optical microscopy allow image acquisitions with more than 10 channel measurements using spectral fluorescence imaging or multiplex imaging combined with z-axis optical slices of tissue sections ranging from 10 µm to more than 200 µm when clearing methods are used14. Analysis of such complex images is very challenging due to the size and complexity of data. It requires image segmentation in 3D that can be further improved using deep learning-based segmentation57. Then, like flow cytometry, complex image analysis can benefit from scatterplot representations that allow to gate cells of interest2,8. Surprisingly, in existing software, this scatterplot representation is rarely interactive with the image itself, although this would allow to locate selection results back into the image but also to filter or correct results and fine-tune the gates defining cell populations to obtain in return a better visualization of them into the image.

To this end, we developed the Shiny Analytical Plot of Histological Image Results (SAPHIR), an R/Shiny application for the quantitative analysis of tissue section images. Since image segmentation is a complex task in continuous development and highly dependent on image quality and information, the integration of a single type of segmentation method in an image analysis application is not necessarily recommended. Therefore, we decided to separate segmentation from SAPHIR, but we provided two Fiji macro examples with associated images, which can be used to perform this task before running SAPHIR. SAPHIR offers many features such as interactive scatterplots with the image and data filtering and correction as described below.

Methods

Data requirement

The segmentation required to use the application SAPHIR has been carried out under Fiji9, with custom-made macros, which are available on GitHub in the Demonstration Files. Cell nucleus detection was used for segmentation and fluorescence intensity signal of each channel within a circular ring around nuclei was determined to define cell of interest (COI) phenotype. In addition, regions of interest were defined using DBSCAN (optional)10. The segmentation process of the image to be analyzed should create a csv result file containing the channel intensity values (ranging from 0 to 255) and, if required, the positioning (x, y, z) linked to each COI. Another file, termed ROI.zip, should contain the image contour of each COI. Importantly, many other morphological measurements like area, roundness, or solidity as well as other information (COI belonging to a region of interest, COI interaction with other cells, COI centroid position) can be added to the segmentation result file. Finally, the minimal requirements to run the application are the image in TIFF with multiple channels and optionally slices, the segmentation result file with COI identity in csv and the roi.zip file containing contours of each COI. A legend file with all channel information can also be provided (optional).

Operation

SAPHIR is built in the R programming language, version 4.0.2, and uses many packages available on CRAN (e.g. shinydashboard, ijtiff, magick, ggplot2, plotly) and one package (EBImage) available on Bioconductor. It has been tested on macOS and Windows 10. A user flowchart from image acquisition to obtention of quantitative data of COI with SAPHIR is shown in Figure 1.

eca75d33-bac5-4f86-8647-c59bfb56b004_figure1.gif

Figure 1. Flow chart of tissue image analysis from image acquisition and segmentation (left side) to extracted data analysis with SAPHIR (right side).

Implementation

The first step of SAPHIR is either to run a segmentation program to obtain appropriate files or to load the three required files (image.tif, roi.zip, results.csv) and if needed the legend (csv file) in the “select your results” menu of the application. Here, result, region of interest (ROI) and legend files were obtained with an in house-made segmentation macro developed under Fiji.

The first tab of the “Plot to Image” menu is shown in Figure 2 and allows the users to filter their data depending on one or two parameters displayed on histogram or scatterplot, respectively. This can be used to remove cells that have been badly segmented. Indeed, such cells display an aberrant area or volume (doublets or aggregates in red in Figure 2). Here, only cells within the Gaussian curve were retained (in blue in Figure 2). This can also be used to work only on given subpopulations filtered based on their location, interaction with other cells or other criteria (see use case section below). Then, filtered cells can be separated into subsets thanks to a two-parameter (most often channel intensities) scatterplot (Figure 3A). In addition, users can add a third parameter that is displayed on the scatterplot through a change of symbol shape for each COI beyond a threshold defined by the users for a given parameter value (Figure 3A).

eca75d33-bac5-4f86-8647-c59bfb56b004_figure2.gif

Figure 2. Menu “Plot to Image” of SAPHIR application.

The data-filtering tab allows the selection of cells to be analyzed based on one or two parameters. Based on the cell area parameter, only cells that displayed a conventional cell area (in blue) were selected. Badly segmented cells (large area in red) were discarded.

eca75d33-bac5-4f86-8647-c59bfb56b004_figure3.gif

Figure 3. Menu “Plot to Image” of SAPHIR application.

(A) Scatterplot of two channel intensity parameters used to gate COI. User can add a third parameter that is displayed on the scatterplot through a change of symbol shape for COI beyond a threshold defined by the user. (B) Visualization of selected cells in the image. Some of the available options are shown (displayed channel(s), channel overlay, cell identity number, brightness).

Gating can be made easily with quadrants, rectangles and lassos in single or multiple selection mode. Interactivity between scatterplot and image is optional to avoid slow interaction when high-resolution images are used. In the latter case, we recommend users to perform their gating before allowing their selection to be shown in the image by ticking the appropriate box. Users can easily change the slice and the displayed channels with buttons to monitor selected COI spatial distribution and fluorescence intensity in the image (Figure 3B). Moreover, several options are available such as cell identity display or channel overlay (Figure 3B). Finally, statistics of the gated COI are downloadable, and gates are saveable for further analyses.

The SAPHIR menu “image to plot” allows to select a region in the image and to display cells of this region on a two-parameter scatterplot (Figure 4).

eca75d33-bac5-4f86-8647-c59bfb56b004_figure4.gif

Figure 4. Menu “Image to Plot” of SAPHIR application.

Selection of one region in the image (left) and visualization of COI of this region in a corresponding scatterplot where two parameters are displayed (right).

Finally, the menu “Annotation” allows, based on the previous analyses, correction of the data from the result csv file but also from the scatterplot-gated cells when saved in the “plot to image” menu. For each selected cell, a cropped image of this cell is displayed, and users can change its parameters if necessary (Figure 5).

eca75d33-bac5-4f86-8647-c59bfb56b004_figure5.gif

Figure 5. Menu “Annotate your data” of SAPHIR application.

The results to annotate can be selected based on the Plot to Image scatterplot gated cells that have been previously saved (left panel). Each cell of the selection can be visualized in the image (right panel) with the possibility to change image size (magnification), the displayed channel(s), the slice (z optical section) and the brightness. Based on the different analysis, results for the selected COI can be modified and final results saved and exported.

Use case

To show the usefulness of our application, we used it on a project that aimed to characterize the interaction between phagocytes and proliferative immune effector cells in murine Peyer’s patches (PP), i.e. B and T cells. PP are immune inductive sites distributed along the small intestine in charge of sampling noxious antigens and mounting an immune response against them. In PP, antigens are taken up by phagocytes that, upon stimulation, migrate in the T cell zone and its periphery to interact with and prime naïve T cells. The periphery of the PP T cell zone is indeed an area of intense proliferation of immune effector cells after stimulation, suggesting that this region is a privileged site for their activation11. We therefore decided to examine the evolution of proliferative cell number, to determine their identity (B or T cells) and to analyze their interaction with migratory phagocytes during the course of the stimulation.

We used SAPHIR application and two ImageJ macros, which are available on GitHub in the Demonstration Files. The first macro allows the counting of proliferative cells through segmentation of Ki-67+ nuclei, provides their identity through analysis of T and B cell staining of Ki-67+ cell membrane, and analyses their interaction with phagocytes. The second macro identify the area of high density in proliferative cells as ROI, thanks to the DBSCAN algorithm and determine whether previously analysed cells belong to this ROI.

Then, SAPHIR application allowed us to integrate these data and provided scatter plots and statistical analyses. Thus, the filtering tab was used to select only proliferative cells belonging to the ROI (Figure 6, upper left). Then, ROI-proliferative cells were split into B and T cells using the scatter plot (Figure 6, lower left). Finally, we used the “symbol shape change parameter” option to highlight ROI-proliferative cells that interacted with phagocytes. This clearly showed that in the ROI, there were more proliferative T cells than B cells that interacted with phagocytes. Exportable statistical tables confirmed this observation. Selecting these T cells, we could localize these cells interacting with phagocytes directly into the image (Figure 6, right).

eca75d33-bac5-4f86-8647-c59bfb56b004_figure6.gif

Figure 6. Use case: analysis of proliferative immune effector cells interacting with phagocytes in the T cell priming region of murine Peyer’s patches.

Upper left: Cells belonging to the proliferative area of the PP T cell zone were selected using the filtering tab. Lower left: ROI proliferative cells were split into T and B cells on the scatterplot and phagocyte-interacting cells highlighted thanks to the symbol shape change parameter (circle). Right: T cells selected in the scatter plot in the lower left (orange) are visualized in the image (magenta contour).

Conclusion

The SAPHIR application provides a simple and user-friendly interface to obtain quantitative data from tissue images as well as COI positioning in the tissue. It is based on the interactivity between quantitative data and image to simplify the analysis and limit bias. Further developments of SAPHIR will include use of pyramidal images to minimize loading and analysis time and unsupervised clustering methods for scatterplot generation12.

Data and availability

SAPHIR is provided with segmentation data from two demo pictures (https://github.com/elodiegermani/SAPHIR/tree/master/Demonstration%20files): one with only two intensity channels to test the application in a very easy and quickly way, and a more complex one with 6 intensity channels, 12 slices and two additional parameters (belonging to a ROI and cell-cell interaction) for advanced testing of the application.

These data are parts of several projects conducted in the Center of Immunology of Marseille-Luminy (France). Acquisition of the images was made with spectral confocal microscopy and analyzed with Fiji with the provided macro.

Software availability

Source code available from: www.github.com/elodiegermani/SAPHIR

Archived source code as at time of publication: http://doi.org/10.5281/zenodo.408889913

License: GNU General Public License v3.0

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 27 Oct 2020
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Germani E, Lelouard H and Fallet M. SAPHIR: a Shiny application to analyze tissue section images [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1276 (https://doi.org/10.12688/f1000research.27062.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 27 Oct 2020
Views
30
Cite
Reviewer Report 30 Nov 2020
Seth Winfree, Division of Nephrology, Department of Medicine, Indiana University School of Medicine, Indianapolis, IN, USA 
Approved with Reservations
VIEWS 30
SAPHIR is an R based tool for image cytometry. SAPHIR provides a novel R based Shinny application for analyzing an existing segmentation, an associated image and measured features of the segmented objects. The tool is intended to meet an unmet ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Winfree S. Reviewer Report For: SAPHIR: a Shiny application to analyze tissue section images [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1276 (https://doi.org/10.5256/f1000research.29894.r73742)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 08 Apr 2021
    Elodie GERMANI, Université de Rennes 1, Rennes, 35000, France
    08 Apr 2021
    Author Response
    Dear reviewer, we would like to thank you for all your comments on our app and article that helped us improve them. 

    We studied every remark and wanted to ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 08 Apr 2021
    Elodie GERMANI, Université de Rennes 1, Rennes, 35000, France
    08 Apr 2021
    Author Response
    Dear reviewer, we would like to thank you for all your comments on our app and article that helped us improve them. 

    We studied every remark and wanted to ... Continue reading
Views
43
Cite
Reviewer Report 11 Nov 2020
Trang Huyen Lai, Department of Biochemistry and Convergence Medical Sciences, Institute of Health Sciences, Gyeongsang National University School of Medicine, Jinju, South Korea 
Mahmoud Ahmed, Department of Biochemistry and Convergence Medical Sciences, Institute of Health Sciences, Gyeongsang National University School of Medicine, Jinju, South Korea 
Approved with Reservations
VIEWS 43
In this article, the authors describe a shiny app to load and explore the segmentation output of fluorescence images from ImageJ/Fiji. The app provides an interactive interface to filter, select, and annotate the regions of interest as defined by the ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Lai TH and Ahmed M. Reviewer Report For: SAPHIR: a Shiny application to analyze tissue section images [version 1; peer review: 2 approved with reservations]. F1000Research 2020, 9:1276 (https://doi.org/10.5256/f1000research.29894.r73741)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 08 Apr 2021
    Elodie GERMANI, Université de Rennes 1, Rennes, 35000, France
    08 Apr 2021
    Author Response
    Dear reviewer, we would like to thank you for all your comments on our app and article that helped us improve them. 

    We studied every remark and wanted to ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 08 Apr 2021
    Elodie GERMANI, Université de Rennes 1, Rennes, 35000, France
    08 Apr 2021
    Author Response
    Dear reviewer, we would like to thank you for all your comments on our app and article that helped us improve them. 

    We studied every remark and wanted to ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 27 Oct 2020
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.