Jul 01, 2020

Public workspaceSPARC_Duke_PelotGrill_OT2-OD025340_PigVagusNerve_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_PigVagusNerve_Morphology. protocols.io https://dx.doi.org/10.17504/protocols.io.6bvhan6
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: August 10, 2019
Last Modified: July 01, 2020
Protocol Integer ID: 26709
Keywords: Vagus nerve, nerve morphology, pig 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 pig 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 pig 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 endoneurium (fascicles) and different values to identify the entirety of the nerve.
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 scaled the pixel coordinates to microns using the segmented scale bar.
We calculated cross-sectional area of each fascicle 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.