Jun 30, 2020

Public workspaceSPARC_Duke_PelotGrill_OT2-OD025340_RatVagusNerve_Morphology

  • Nicole A. Pelot1,
  • Gabriel B. Goldhagen1,
  • Jake E. Cariello1,
  • Warren M. Grill1
  • 1Duke University
  • SPARC
    Tech. support email: info@neuinfo.org
Icon indicating open access to content
QR code linking to this content
Protocol CitationNicole A. Pelot, Gabriel B. Goldhagen, Jake E. Cariello, Warren M. Grill 2020. SPARC_Duke_PelotGrill_OT2-OD025340_RatVagusNerve_Morphology. protocols.io https://dx.doi.org/10.17504/protocols.io.y6hfzb6
License: This is an open access protocol distributed under the terms of the Creative Commons Attribution License,  which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited
Protocol status: Working
We use this protocol and it's working
Created: March 14, 2019
Last Modified: June 30, 2020
Protocol Integer ID: 21417
Keywords: Vagus nerve, nerve morphology, rat vagus nerve, endoneurium, perineurium, epineurium, fascicles, image segmentation
Disclaimer
DISCLAIMER – FOR INFORMATIONAL PURPOSES ONLY; USE AT YOUR OWN RISK

The protocol content here is for informational purposes only and does not constitute legal, medical, clinical, or safety advice, or otherwise; content added to protocols.io is not peer reviewed and may not have undergone a formal approval of any kind. Information presented in this protocol should not substitute for independent professional judgment, advice, diagnosis, or treatment. Any action you take or refrain from taking using or relying upon the information presented here is strictly at your own risk. You agree that neither the Company nor any of the authors, contributors, administrators, or anyone else associated with protocols.io, can be held responsible for your use of the information contained in or linked to this protocol or any of our Sites/Apps and Services.
Abstract
The protocol describes image segmentation and image analysis methods to quantify rat vagus nerve morphology from Masson's trichrome-stained nerve cross sections.
Materials
  • Nikon's NIS Elements
  • Matlab
Image Segmentation
Image Segmentation
We used Nikon's NIS Elements software (v5.02.01, Build 1270) to segment rat vagus nerve micrographs stained with Masson's trichrome using the General Analysis RGB tool.
For each image, we selected preprocessing steps, such as smoothing and sharpening.
For each image, we selected ranges of hues, saturations, and intensities to values that identify the perineurium and, in multifascicular cases, different values to identify the entirety of the nerve. For the cervical samples, we identified the vagus as the largest nerve in the carotid sheath. For the subdiaphragmatic samples, we identified and segmented the largest fascicle on the anterior surface of the esophagus; we also segmented smaller fascicles nearby if they were approximately within double the diameter of the largest fascicle in distance from the edge of the largest fascicle. For monofascicular nerves, the outer perineurial boundary was used as the nerve boundary. For multifascicular nerves, the nerve trace was identified as the approximate transition from denser connective tissue grouping the fascicles to looser connective tissue.
For each image, we selected postprocessing steps, such as setting a minimum size criterion (eliminate small off-target regions), smoothing, cleaning, closing, and filling holes.
We made manual adjustments as needed, including manual deletion of off-target regions and filling of target areas that had not been captured.
We converted the binary segmented image into “Graticule Masks”, binary images saved as TIFs.
Image Analysis
Image Analysis
We imported the TIFs into Matlab and generated a data structure of the x and y coordinates of the pixels for each closed boundary of the loaded binary images using the bwboundaries function.
We stored the pixel coordinates with indexing that assigns a fascicle number, which were then checked so that both the interior and exterior perineurium trace relate to the same fascicle.
We scaled the pixel coordinates to microns using the segmented scale bar.
We calculated cross-sectional area of each fascicle (inner perineurium and outer perineurium traces) and nerve using Matlab’s polyarea. Effective diameter (for a nerve or fascicle) is the diameter of the circle that has the same cross-sectional area as the raw trace. The perineurium thickness is half of the difference in effective diameters of the inner and outer perineurium traces.