knitr::opts_chunk$set(
  echo=FALSE,
  collapse = TRUE,
  comment = "#>"
)

The staining consistency report measures variation in the mean expression of a single marker across multiple images. It is used to assess consistency of staining within or across staining runs.

When analyzing slides from a single staining run, this report can highlight inconsistent staining and suggest that autostainer maintenance is needed.

When analyzing slides from multiple runs of an assay, the report can indicate changes in assay performance over time.

Data requirements

The input to this report is a merged cell seg data file from inForm containing data about the samples to measure.

Detailed steps

Choose "Staining consistency report" from the RStudio Addins menu

This will open the app.

knitr::include_graphics("figures/Staining_consistency_addin.png")

Select merge file

Click the "Browse" button in the "Select Merge Data" section of the GUI. Use the file selection dialog to select the file containing your merge data.

knitr::include_graphics("figures/Staining_consistency_browse.png")

Select marker and compartment

Select the marker and cell compartment for the report from the drop-down menus.

knitr::include_graphics("figures/Staining_consistency_select_marker.png")

Create report

Click "Create Report" to begin generating the report. The app will create an HTML document with the results.

knitr::include_graphics("figures/Staining_consistency_create_report.png")

Guidance

Good result

In general, a good result will have a relatively narrow range of mean values, limited outliers beyond the ±1 SD range, and a CV less than 15%.

knitr::include_graphics("figures/Staining_consistency_good.png")

Problem indications

A wide range of mean values, outliers far outside the ±1 SD range, or CV greater than 15% indicates a possible problem.

If the slides are from a single staining run, the autostainer may need maintenance.

If the slides are from multiple runs, the variation may be due to one of these causes:

knitr::include_graphics("figures/Staining_consistency_bad.png")

This analysis assumes that assay performance has been monitored over time under the same operating conditions, as much as is practicable.



akoyabio/phenoptrReports documentation built on Jan. 17, 2022, 6:22 p.m.