| Literature DB >> 30906880 |
David P Murphy1, Thomas Nicholson2, Simon W Jones2, Mary F O'Leary3.
Abstract
It is often desirable to characterise the morphology of myogenic cultures. To achieve this, the surface area of myotubes is often quantified, along with the nuclear fusion index (NFI). Existing methods of such quantification are time-consuming and subject to error-prone human input. We have developed MyoCount, an open-source program that runs via the freely available MATLAB Runtime and quantifies myotube surface area and NFI. MyoCount allows the user to adjust its parameters to account for differences in image quality, magnification and the colour channels used in generating the image. MyoCount measures of myotube surface area and NFI were compared to the mean of measures performed by two blinded investigators using ImageJ software (surface area R 2 = 0.89, NFI R 2 =0.87). For NFI, the mean coefficient of variation (CV) between two investigators (17.6 ± 2.3%) was significantly higher than that between the investigator mean and MyoCount (13.5 ± 1.4%). For measurements of myotube area, the CV did not differ between both analysis methods. Given these results and the advantages of applying the same image analysis method uniformly across all images in an experiment, we suggest that MyoCount will be a useful research tool and we publish its source code and instructions for its use alongside this article.Entities:
Keywords: Image analysis; cell culture; myotube; skeletal muscle
Year: 2019 PMID: 30906880 PMCID: PMC6419977 DOI: 10.12688/wellcomeopenres.15055.1
Source DB: PubMed Journal: Wellcome Open Res ISSN: 2398-502X
MyoCount and the technical challenges associated with myotube morphology analyses.
| Problem | Implication for myotube size analysis | MyoCount |
|---|---|---|
| Non-cylindrical myotubes | Diameter measurements are inappropriate | Automated surface area measurement. |
| Nuclear clustering | Human error in accuracy and precision in counting
| While some errors in accuracy may persist, the
|
| Presence of unfused
| Myoblast area erroneously included in myotube
| MyoCount removes structures containing fewer
|
| Large variability in myotube
| Averaging myotube sizes may conceal important
| Does not address this issue. Other methods of
|
| Overlapping myotubes | Difficultly in determining borders of myotubes for
| Standardises determination of borders. Like manual
|
Figure 1. Myoblast exclusion from MyoCount analysis.
( A) Original image. ( B) MyoCount initially identifies all cytoskeletal areas that exceed the ‘Tube threshold’. ( C) Nuclei are identified. ( D) Myoblasts (cytoskeletal marker-positive structures containing 2 or fewer nuclei) are eliminated from the analysis. White arrows point to example myoblasts that are removed from analysis.
Figure 2. Visual representation of nuclear identification strategy.
( A) Original image. ( B) Contrast is adjusted and light levels are normalised across the image. ( C) Image is binarized. ( D) Threshold adjustment. ( E) Rounded nuclei are identified. ( F) Rounded nuclei are excluded. ( G) Remaining DAPI-stained regions are divided into sections that are determined to be of the right size to represent a nucleus. Their centres are identified.
Figure 3. MyoCount command prompt syntax.
MyoCount analysis parameter and their default settings.
| Parameter | Default value | Description |
|---|---|---|
| SmallestMyotubePixelCount | 500 | The smallest allowed myotube by the number of pixels it covers. |
| SmallestNucleusPixelCount | 300 | The smallest allowed nucleus by the number of pixels it covers. |
| MyotubeChannel | 2 | Defines the colour channel for myotubes. The default (2) is the green channel. Red channel = 3. |
| NucChannel | 3 | Defines the colour channel for nuclei. The default (1) is the blue channel. |
| FillSize | 10 | Chunk size for blurring/smoothing the edges of myotubes. |
| NucFillSize | 5 | Chunk size for blurring/smoothing the edges of nuclei. |
| MinCircleRad | 15 | The lower bound for nuclear radii. This parameter may need to be adjusted to account for
|
| MaxCircleRad | 40 | The upper bound for nuclear radii. This parameter may need to be adjusted to account for
|
| TubeThresh | 1 | A lower number will detect fainter cytoskeletal staining, at the expense of sensitivity in
|
| MinNuclei | 3 | Discard any myotube with fewer than this many recognised nuclei inside its borders. |
| MaxNucSizeDivisor | 100 | Discards nuclei larger than 1/n of total image size, where n = the value assigned to the
|
Figure 4. Linear regression for manually calculated myotube area and MyoCount-calculated myotube area.
Figure 5. Linear regression for manually calculated nuclear fusion index and MyoCount-calculated nuclear fusion index.