{"id":7126,"date":"2026-08-09T22:50:13","date_gmt":"2026-08-09T20:50:13","guid":{"rendered":"https:\/\/zencellowl.com\/?p=7126"},"modified":"2026-08-09T22:50:13","modified_gmt":"2026-08-09T20:50:13","slug":"wound-healing-assay-imagej-quantification","status":"publish","type":"post","link":"https:\/\/zencellowl.com\/de\/wound-healing-assay-imagej-quantification\/","title":{"rendered":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &#038; RWD"},"content":{"rendered":"<p><!-- BLOG POST 2 \u2014 How to Quantify Wound Healing Assay in ImageJ --><br \/>\n<!-- Primary KW: how to quantify wound healing assay \/ wound healing assay ImageJ --><br \/>\n<!-- Secondary KW: relative wound density, scratch assay analysis, wound closure calculation, ImageJ scratch assay --><br \/>\n<!-- Slug: wound-healing-assay-imagej-quantification --><br \/>\n<!-- Word count target: 1,500 words --><\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do you quantify a wound healing assay?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Wound healing assays are quantified using three main metrics: (1) % wound closure = (initial wound area \u2212 current wound area) \/ initial wound area \u00d7 100; (2) wound closure rate in \u00b5m\u00b2\/hour, measuring the speed of gap closure; (3) relative wound density (RWD), which accounts for cell proliferation in the wound zone relative to the surrounding monolayer. ImageJ\/Fiji with the free Wound Healing Size Tool plugin is the standard free method; automated systems like zenCELL owl calculate all three metrics automatically.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do you use ImageJ to analyze a scratch assay?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"To analyze a scratch assay in ImageJ: (1) Open your brightfield image; (2) Convert to 8-bit grayscale; (3) Draw a rectangle ROI around the wound area; (4) Use Analyze \u2192 Measure to get the wound area at T=0 and each subsequent timepoint; (5) Calculate % closure: (T0 area \u2212 Tn area) \/ T0 area \u00d7 100. The free Wound Healing Size Tool plugin automates steps 2\u20135 and generates a results table directly.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is relative wound density in a scratch assay?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Relative wound density (RWD) is a scratch assay metric developed by Sartorius\/Incucyte that measures cell density in the wound zone relative to the surrounding monolayer, expressed as a percentage. RWD = (cell density in wound zone \/ cell density outside wound zone) \u00d7 100. At T=0, RWD is 0% (empty wound); at full closure, RWD approaches 100% (wound zone density equals surrounding monolayer). Unlike % wound closure (area-based), RWD accounts for both migration and proliferation contributions to wound closure.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the formula for wound closure percentage?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Wound closure (%) = (Initial wound area \u2212 Current wound area) \/ Initial wound area \u00d7 100. Measure wound area at T=0 (immediately after wounding) and at each subsequent timepoint. Express as % closure over time to generate a wound closure kinetics curve. For drug screening, compare the area under the curve (AUC) or the time to 50% closure (t\u00bd) between conditions.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the scratch assay the same as the wound healing assay?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes \u2014 scratch assay and wound healing assay refer to the same basic experiment: creating a cell-free gap in a confluent monolayer and measuring how cells migrate to close it. 'Scratch assay' typically refers to the manual pipette tip method; 'wound healing assay' is the broader term covering all wound creation methods including photochemical, insert-based, and mechanical approaches.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n<style>\n  :root {\n    --teal: #3aaea0; --navy: #1a2e3a; --white: #ffffff;\n    --light: #f5f8f8; --lt: #e8f5f4; --bd: #e0eeec;\n    --text: #222222; --sub: #555555; --red: #c62828;\n    --green: #2e7d32; --orange: #e65100;\n    --font: 'Montserrat', sans-serif;\n  }\n  .art * { box-sizing: border-box; margin: 0; padding: 0; }\n  .art { font-family: var(--font); color: var(--text); max-width: 860px; margin: 0 auto; padding: 0 24px 64px; }\n  .art-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 8px; }\n  .art h1 { font-family: var(--font); font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1.25; margin: 16px 0; }\n  .art h2 { font-family: var(--font); font-size: 22px; font-weight: 800; color: var(--navy); margin: 48px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--bd); }\n  .art h3 { font-family: var(--font); font-size: 17px; font-weight: 700; color: var(--navy); margin: 28px 0 10px; }\n  .art p { font-size: 16px; line-height: 1.85; color: var(--text); margin-bottom: 18px; }\n  .art ul, .art ol { padding-left: 24px; margin-bottom: 18px; }\n  .art li { font-size: 15px; line-height: 1.7; color: var(--text); margin-bottom: 8px; }\n  .art strong { color: var(--navy); }\n  .art a { color: var(--teal); text-decoration: none; }\n  .art a:hover { text-decoration: underline; }<\/p>\n<p>  .abox { background: var(--lt); border-left: 4px solid var(--teal); padding: 20px 24px; margin: 24px 0; }\n  .abox .al { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 8px; }\n  .abox p { font-size: 15px; line-height: 1.7; color: var(--navy); font-weight: 500; margin: 0; }<\/p>\n<p>  .note-box { background: var(--light); border-left: 4px solid var(--teal); padding: 16px 20px; margin: 20px 0; }\n  .note-box p { font-size: 14px; color: var(--text); margin: 0; line-height: 1.7; }<\/p>\n<p>  .warn-box { background: #fff8f0; border-left: 4px solid var(--orange); padding: 16px 20px; margin: 20px 0; }\n  .warn-box p { font-size: 14px; color: var(--text); margin: 0; line-height: 1.7; }<\/p>\n<p>  \/* Formula box *\/\n  .formula-box {\n    background: var(--navy);\n    padding: 28px 32px;\n    margin: 28px 0;\n    text-align: center;\n  }\n  .formula-box .fl {\n    font-size: 10px; font-weight: 700; letter-spacing: 2px;\n    text-transform: uppercase; color: var(--teal);\n    display: block; margin-bottom: 12px;\n  }\n  .formula-box .formula {\n    font-size: 18px; font-weight: 800;\n    color: var(--white); font-family: var(--font);\n    line-height: 1.6; margin-bottom: 10px;\n  }\n  .formula-box .formula span { color: var(--teal); }\n  .formula-box .fn { font-size: 13px; color: #8ab0b8; }<\/p>\n<p>  \/* Step cards *\/\n  .steps-list { list-style: none; padding: 0; margin: 24px 0; }\n  .steps-list li {\n    display: flex; gap: 16px; align-items: flex-start;\n    padding: 16px 0; border-bottom: 1px solid var(--bd);\n  }\n  .steps-list li:last-child { border-bottom: none; }\n  .step-num {\n    width: 32px; height: 32px; border-radius: 50%;\n    background: var(--teal); color: white;\n    font-size: 14px; font-weight: 800;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; font-family: var(--font);\n  }\n  .step-content h4 { font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }\n  .step-content p { font-size: 14px; color: var(--sub); line-height: 1.6; margin: 0; }\n  .step-content code {\n    background: var(--light); border: 1px solid var(--bd);\n    padding: 2px 6px; font-size: 12px; color: var(--navy);\n    font-family: monospace;\n  }<\/p>\n<p>  \/* Metrics comparison *\/\n  .metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }\n  .metric-card { background: var(--white); border: 1px solid var(--bd); border-top: 3px solid var(--teal); padding: 20px 16px; }\n  .metric-card h4 { font-size: 13px; font-weight: 800; color: var(--navy); margin-bottom: 8px; font-family: var(--font); }\n  .metric-card .mf { font-size: 12px; color: var(--teal); font-weight: 700; margin-bottom: 8px; display: block; font-family: monospace; background: var(--lt); padding: 4px 8px; }\n  .metric-card p { font-size: 12px; color: var(--sub); line-height: 1.5; margin: 0; }<\/p>\n<p>  \/* Comparison table *\/\n  .comp-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }\n  .comp-table th { background: var(--navy); color: white; padding: 12px 14px; text-align: left; font-size: 12px; font-weight: 700; }\n  .comp-table th.teal { background: var(--teal); }\n  .comp-table td { padding: 11px 14px; border-bottom: 1px solid var(--bd); line-height: 1.5; }\n  .comp-table tr:nth-child(even) td { background: var(--light); }\n  .comp-table td.cr { font-weight: 700; color: var(--navy); font-size: 13px; }\n  .comp-table .g { color: var(--green); font-weight: 600; }\n  .comp-table .b { color: var(--red); }<\/p>\n<p>  \/* CTA box *\/\n  .cta-box { background: var(--teal); padding: 32px 28px; margin: 40px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }\n  .cta-box h3 { font-family: var(--font); font-size: 18px; font-weight: 800; color: white; margin-bottom: 6px; }\n  .cta-box p { font-size: 14px; color: #d0e8ec; margin: 0; }\n  .cta-box a { display: inline-block; background: white; color: var(--teal); font-family: var(--font); font-weight: 800; font-size: 14px; padding: 13px 24px; text-decoration: none; white-space: nowrap; flex-shrink: 0; }\n  .cta-box a:hover { background: var(--navy); color: white; }<\/p>\n<p>  @media (max-width: 600px) {\n    .art h1 { font-size: 24px; }\n    .metrics-grid { grid-template-columns: 1fr; }\n    .cta-box { flex-direction: column; }\n  }\n<\/style>\n<div class=\"art\">\n<p>  <span class=\"art-eyebrow\">Wound Healing Assay \u00b7 ImageJ Analysis \u00b7 Quantification<\/span><\/p>\n<h1>How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Wound Rate &#038; Relative Wound Density<\/h1>\n<p>Getting reproducible images is only half the problem in wound healing assay analysis. The other half is turning those images into quantitative, comparable data. This guide covers the three main metrics \u2014 % wound closure, wound closure rate, and relative wound density \u2014 and how to calculate each one in ImageJ\/Fiji with and without automation.<\/p>\n<div class=\"abox\">\n    <span class=\"al\">Quick Answer<\/span><\/p>\n<p>Wound healing assays are quantified using three metrics: % wound closure (area-based, most common), wound closure rate in \u00b5m\u00b2\/h (speed), and relative wound density (RWD, accounts for proliferation). In ImageJ, use the free Wound Healing Size Tool plugin \u2014 draw an ROI around the wound, measure area at T=0 and each timepoint, calculate % closure from the formula. For automated analysis of all 24 wells, zenCELL owl calculates all three metrics continuously without manual intervention.<\/p>\n<\/p><\/div>\n<h2>The Three Metrics You Need<\/h2>\n<div class=\"metrics-grid\">\n<div class=\"metric-card\">\n<h4>% Wound Closure<\/h4>\n<p>      <span class=\"mf\">(A\u2080 \u2212 A\u209c) \/ A\u2080 \u00d7 100<\/span><\/p>\n<p>Most widely used. Area-based. Easy to calculate in ImageJ. Does not distinguish migration from proliferation.<\/p>\n<\/p><\/div>\n<div class=\"metric-card\">\n<h4>Wound Closure Rate<\/h4>\n<p>      <span class=\"mf\">\u0394Area \/ \u0394time (\u00b5m\u00b2\/h)<\/span><\/p>\n<p>Speed of closure. More informative for drug effects on migration velocity. Requires multiple timepoints.<\/p>\n<\/p><\/div>\n<div class=\"metric-card\">\n<h4>Relative Wound Density<\/h4>\n<p>      <span class=\"mf\">\u03c1_wound \/ \u03c1_monolayer \u00d7 100<\/span><\/p>\n<p>Accounts for proliferation. Used by Incucyte. Requires cell-density segmentation, not just area measurement.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<h2>The Core Formula \u2014 % Wound Closure<\/h2>\n<div class=\"formula-box\">\n    <span class=\"fl\">Primary Quantification Metric<\/span><\/p>\n<div class=\"formula\">\n      % Wound Closure = <span>(A\u2080 \u2212 A\u209c)<\/span> \/ <span>A\u2080<\/span> \u00d7 100\n    <\/div>\n<div class=\"fn\">\n      A\u2080 = wound area at T=0 (immediately after wounding) \u00b7 A\u209c = wound area at timepoint t\n    <\/div>\n<\/p><\/div>\n<p><strong>A\u2080<\/strong> is the wound area measured immediately after wound creation \u2014 before any migration has occurred. <strong>A\u209c<\/strong> is the wound area at each subsequent timepoint. The result is % of the original wound that has been closed by migration (and proliferation).<\/p>\n<div class=\"warn-box\">\n<p><strong>Common mistake:<\/strong> Some researchers use wound width instead of wound area. Width measurements assume the wound is a perfect rectangle \u2014 which it never is, especially with manual scratching. Always measure area, not width, for accurate quantification.<\/p>\n<\/p><\/div>\n<h2>Step-by-Step: ImageJ \/ Fiji Wound Healing Analysis<\/h2>\n<p>The free <strong>Wound Healing Size Tool<\/strong> plugin (Suarez-Arnedo et al., PLOS ONE 2020, 900+ citations) is the standard ImageJ method. Install it once and use it across all experiments.<\/p>\n<ul class=\"steps-list\">\n<li>\n<div class=\"step-num\">1<\/div>\n<div class=\"step-content\">\n<h4>Install the plugin<\/h4>\n<p>Download from ImageJ\/Fiji plugin repository. Drag <code>.jar<\/code> file into Fiji \u2192 restart. Plugin appears under <code>Plugins \u2192 Wound Healing Size Tool<\/code>.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">2<\/div>\n<div class=\"step-content\">\n<h4>Open your image series<\/h4>\n<p>Open T=0 image first. Set scale: <code>Analyze \u2192 Set Scale<\/code> \u2014 enter known distance in pixels. This converts pixel measurements to \u00b5m\u00b2.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">3<\/div>\n<div class=\"step-content\">\n<h4>Draw the ROI at T=0<\/h4>\n<p>Use the Rectangle tool to draw a region of interest (ROI) around the wound area. Include the full wound width but exclude the monolayer areas above and below. Save ROI to ROI Manager: <code>Ctrl+T<\/code>.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">4<\/div>\n<div class=\"step-content\">\n<h4>Threshold the wound area<\/h4>\n<p>Convert to 8-bit grayscale: <code>Image \u2192 Type \u2192 8-bit<\/code>. Apply threshold: <code>Image \u2192 Adjust \u2192 Threshold<\/code> \u2014 adjust until wound zone (cell-free area) is highlighted in red. Cell-covered areas should remain white\/grey.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">5<\/div>\n<div class=\"step-content\">\n<h4>Measure wound area at T=0<\/h4>\n<p>Run Wound Healing Size Tool \u2192 measure. Note the wound area in \u00b5m\u00b2 \u2014 this is your A\u2080. Record in results table.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">6<\/div>\n<div class=\"step-content\">\n<h4>Repeat for each timepoint<\/h4>\n<p>Open each subsequent image. Apply the <strong>same ROI<\/strong> from the ROI Manager (do not redraw). Apply same threshold settings. Measure \u2192 record A\u209c for each timepoint.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div class=\"step-num\">7<\/div>\n<div class=\"step-content\">\n<h4>Calculate % closure<\/h4>\n<p>In Excel or Prism: <code>% closure = (A\u2080 \u2212 A\u209c) \/ A\u2080 \u00d7 100<\/code> for each timepoint. Plot % closure vs. time to generate the wound closure kinetics curve.<\/p>\n<\/p><\/div>\n<\/li>\n<\/ul>\n<div class=\"note-box\">\n<p><strong>Critical:<\/strong> Always use the same ROI across all timepoints for a given well. Never redraw the ROI between timepoints \u2014 this introduces operator variability into the quantification even when the wound creation was standardized.<\/p>\n<\/p><\/div>\n<h2>Relative Wound Density \u2014 What It Is and When to Use It<\/h2>\n<p>Relative wound density (RWD) was developed by Sartorius as the primary metric for the Incucyte WoundMaker system. Unlike % closure (which measures the area of the gap), RWD measures how densely cells have repopulated the wound zone relative to the surrounding monolayer:<\/p>\n<div class=\"formula-box\">\n    <span class=\"fl\">Relative Wound Density<\/span><\/p>\n<div class=\"formula\">\n      RWD (%) = <span>\u03c1_wound<\/span> \/ <span>\u03c1_monolayer<\/span> \u00d7 100\n    <\/div>\n<div class=\"fn\">\n      \u03c1_wound = cell density in wound zone \u00b7 \u03c1_monolayer = cell density in surrounding monolayer\n    <\/div>\n<\/p><\/div>\n<p>RWD starts at 0% (empty wound) and approaches 100% when the wound zone has the same cell density as the surrounding monolayer. It captures both migration (cells moving into the wound) and proliferation (cells dividing in the wound zone) in a single metric.<\/p>\n<h3>% Closure vs. Relative Wound Density \u2014 When to Use Which<\/h3>\n<table class=\"comp-table\">\n<thead>\n<tr>\n<th>Criterion<\/th>\n<th class=\"teal\">% Wound Closure<\/th>\n<th>Relative Wound Density<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"cr\">Measures<\/td>\n<td>Cell-free area reduction<\/td>\n<td>Cell density in wound zone<\/td>\n<\/tr>\n<tr>\n<td class=\"cr\">Migration vs. proliferation<\/td>\n<td class=\"b\">Cannot distinguish<\/td>\n<td class=\"g\">Accounts for both<\/td>\n<\/tr>\n<tr>\n<td class=\"cr\">Software required<\/td>\n<td class=\"g\">ImageJ \u2014 free<\/td>\n<td class=\"b\">Cell segmentation software required<\/td>\n<\/tr>\n<tr>\n<td class=\"cr\">Best for<\/td>\n<td class=\"g\">Standard wound healing assay \u2014 most publications<\/td>\n<td class=\"g\">Drug screening where proliferation effect is relevant<\/td>\n<\/tr>\n<tr>\n<td class=\"cr\">Incucyte compatible<\/td>\n<td class=\"g\">Yes<\/td>\n<td class=\"g\">Primary Incucyte metric<\/td>\n<\/tr>\n<tr>\n<td class=\"cr\">zenCELL owl automated<\/td>\n<td class=\"g\">Yes \u2014 all 24 wells<\/td>\n<td class=\"g\">Yes \u2014 all 24 wells<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Common ImageJ Mistakes and How to Avoid Them<\/h2>\n<ul>\n<li><strong>Inconsistent thresholding<\/strong> \u2014 the same threshold setting must be applied to all images in a series. Use <code>Image \u2192 Adjust \u2192 Threshold \u2192 Apply to all slices<\/code> for image stacks.<\/li>\n<li><strong>Redrawing the ROI<\/strong> \u2014 always save the T=0 ROI and reuse it. Any shift in ROI position introduces systematic error.<\/li>\n<li><strong>Stage drift between timepoints<\/strong> \u2014 if imaging manually, check that the same field of view is captured at each timepoint. Even small drift changes apparent wound area without real biology.<\/li>\n<li><strong>Measuring width instead of area<\/strong> \u2014 wound width measurement assumes a rectangular wound, which is never exact. Always use area (\u00b5m\u00b2).<\/li>\n<li><strong>Forgetting the scale calibration<\/strong> \u2014 measurements in pixels are not comparable between microscopes or magnifications. Always calibrate scale before measuring.<\/li>\n<\/ul>\n<h2>When to Switch to Automated Analysis<\/h2>\n<p>ImageJ analysis is practical for small experiments \u2014 2\u20133 wells, 3\u20134 timepoints. As soon as you scale to 24-well plates with continuous time-lapse, manual ImageJ becomes the bottleneck. A 24-well plate imaged every 30 minutes for 24 hours generates 48 images per well \u2014 1,152 images per plate. Manual analysis of this dataset takes days.<\/p>\n<p>zenCELL owl calculates wound area, % closure, wound closure rate (\u00b5m\u00b2\/h), and t\u00bd gap closure time automatically for all 24 wells at every timepoint \u2014 generating the complete results table without manual measurement. Data exports directly to CSV for GraphPad Prism, Excel, or R.<\/p>\n<div class=\"cta-box\">\n<div>\n<h3>Automate your wound healing assay analysis<\/h3>\n<p>zenCELL owl \u2014 24 wells, continuous, automated gap closure analysis. Free 30-min demo.<\/p>\n<\/p><\/div>\n<p>    <a href=\"https:\/\/zencellowl.com\/live-remotedemo\/\">Book Free Demo \u2192<\/a>\n  <\/div>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Is the scratch assay the same as the wound healing assay?<\/h3>\n<p>Yes \u2014 &#8220;scratch assay&#8221; and &#8220;wound healing assay&#8221; refer to the same basic experiment. &#8220;Scratch assay&#8221; typically describes the manual pipette tip method; &#8220;wound healing assay&#8221; is the broader term covering all wound creation approaches including photochemical, insert-based, and mechanical methods. The quantification methods described here apply to all variants.<\/p>\n<h3>How long does a wound healing assay take to analyze in ImageJ?<\/h3>\n<p>Manual ImageJ analysis of a single well with 4 timepoints takes approximately 5\u201310 minutes including thresholding and measurement. For a 24-well plate with 4 timepoints, that is 2\u20134 hours of analysis time per experiment. The Wound Healing Size Tool plugin reduces this to approximately 2\u20133 minutes per well with practice.<\/p>\n<h3>Can I use Fiji instead of ImageJ?<\/h3>\n<p>Yes \u2014 Fiji (Fiji Is Just ImageJ) is the recommended distribution. It includes all standard ImageJ plugins pre-installed and has better macro support. The Wound Healing Size Tool plugin is compatible with both ImageJ and Fiji.<\/p>\n<h3>How do I calculate wound closure rate?<\/h3>\n<p>Wound closure rate (\u00b5m\u00b2\/h) = (A\u2080 \u2212 A\u209c) \/ time elapsed in hours. For a linear phase of wound closure (typically the first 6\u201312 hours), this gives the migration velocity. For non-linear kinetics, calculate the rate between consecutive timepoints and plot rate vs. time to show acceleration or deceleration of migration.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Wound Healing Assay \u00b7 ImageJ Analysis \u00b7 Quantification How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Wound Rate &#038; Relative Wound Density Getting reproducible images is [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"templately_header_footer","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-7126","post","type-post","status-publish","format-standard","hentry","category-nicht-kategorisiert-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &amp; RWD<\/title>\n<meta name=\"description\" content=\"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zencellowl.com\/de\/wound-healing-assay-imagej-quantification\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &amp; RWD\" \/>\n<meta property=\"og:description\" content=\"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zencellowl.com\/de\/wound-healing-assay-imagej-quantification\/\" \/>\n<meta property=\"og:site_name\" content=\"zenCELL owl\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/seamlessbio\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-09T20:50:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zencellowl.com\/wp-content\/uploads\/2025\/06\/Benefits-of-our-microscope-for-the-incubator.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1260\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Claude AI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Claude AI\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/\"},\"author\":{\"name\":\"Claude AI\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#\\\/schema\\\/person\\\/aee6ed816a39ed0de591b330f8dba340\"},\"headline\":\"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &#038; RWD\",\"datePublished\":\"2026-08-09T20:50:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/\"},\"wordCount\":1195,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#organization\"},\"articleSection\":[\"Nicht kategorisiert\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/\",\"url\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/\",\"name\":\"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate & RWD\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#website\"},\"datePublished\":\"2026-08-09T20:50:13+00:00\",\"description\":\"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/wound-healing-assay-imagej-quantification\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zencellowl.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &#038; RWD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#website\",\"url\":\"https:\\\/\\\/zencellowl.com\\\/\",\"name\":\"zenCELL owl\",\"description\":\"Live Cell Imaging for Incubators\",\"publisher\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#organization\"},\"alternateName\":\"Live-Cell Imager\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zencellowl.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#organization\",\"name\":\"innoME GmbH\",\"alternateName\":\"zenCELLowl\",\"url\":\"https:\\\/\\\/zencellowl.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/zencellowl.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Eule-zenCELL-owl_transparentes-Auge.svg\",\"contentUrl\":\"https:\\\/\\\/zencellowl.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Eule-zenCELL-owl_transparentes-Auge.svg\",\"width\":1,\"height\":1,\"caption\":\"innoME GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/seamlessbio\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/zencell\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCXAylxxl0x7Vs-AkvPZj6YA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zencellowl.com\\\/#\\\/schema\\\/person\\\/aee6ed816a39ed0de591b330f8dba340\",\"name\":\"Claude AI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g\",\"caption\":\"Claude AI\"},\"url\":\"https:\\\/\\\/zencellowl.com\\\/de\\\/author\\\/claude-ai\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate & RWD","description":"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zencellowl.com\/de\/wound-healing-assay-imagej-quantification\/","og_locale":"de_DE","og_type":"article","og_title":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate & RWD","og_description":"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.","og_url":"https:\/\/zencellowl.com\/de\/wound-healing-assay-imagej-quantification\/","og_site_name":"zenCELL owl","article_publisher":"https:\/\/facebook.com\/seamlessbio","article_published_time":"2026-08-09T20:50:13+00:00","og_image":[{"width":1260,"height":630,"url":"https:\/\/zencellowl.com\/wp-content\/uploads\/2025\/06\/Benefits-of-our-microscope-for-the-incubator.webp","type":"image\/webp"}],"author":"Claude AI","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Claude AI","Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/#article","isPartOf":{"@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/"},"author":{"name":"Claude AI","@id":"https:\/\/zencellowl.com\/#\/schema\/person\/aee6ed816a39ed0de591b330f8dba340"},"headline":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &#038; RWD","datePublished":"2026-08-09T20:50:13+00:00","mainEntityOfPage":{"@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/"},"wordCount":1195,"commentCount":0,"publisher":{"@id":"https:\/\/zencellowl.com\/#organization"},"articleSection":["Nicht kategorisiert"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/","url":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/","name":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate & RWD","isPartOf":{"@id":"https:\/\/zencellowl.com\/#website"},"datePublished":"2026-08-09T20:50:13+00:00","description":"Step-by-step ImageJ guide for wound healing assay quantification: % wound closure formula, wound closure rate, relative wound density (RWD). Free Wound Healing Size Tool plugin included.","breadcrumb":{"@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zencellowl.com\/wound-healing-assay-imagej-quantification\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zencellowl.com\/"},{"@type":"ListItem","position":2,"name":"How to Quantify a Wound Healing Assay in ImageJ \u2014 % Closure, Rate &#038; RWD"}]},{"@type":"WebSite","@id":"https:\/\/zencellowl.com\/#website","url":"https:\/\/zencellowl.com\/","name":"zenCELL owl","description":"Live-Zellbildgebung f\u00fcr Inkubatoren","publisher":{"@id":"https:\/\/zencellowl.com\/#organization"},"alternateName":"Live-Cell Imager","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zencellowl.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/zencellowl.com\/#organization","name":"innoME GmbH","alternateName":"zenCELLowl","url":"https:\/\/zencellowl.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/zencellowl.com\/#\/schema\/logo\/image\/","url":"https:\/\/zencellowl.com\/wp-content\/uploads\/2020\/02\/Eule-zenCELL-owl_transparentes-Auge.svg","contentUrl":"https:\/\/zencellowl.com\/wp-content\/uploads\/2020\/02\/Eule-zenCELL-owl_transparentes-Auge.svg","width":1,"height":1,"caption":"innoME GmbH"},"image":{"@id":"https:\/\/zencellowl.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/seamlessbio","https:\/\/www.linkedin.com\/showcase\/zencell","https:\/\/www.youtube.com\/channel\/UCXAylxxl0x7Vs-AkvPZj6YA"]},{"@type":"Person","@id":"https:\/\/zencellowl.com\/#\/schema\/person\/aee6ed816a39ed0de591b330f8dba340","name":"Claude AI","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c871b40386cedc6541161aa3881fea057598e7098ca80223a7579fb14d3e101b?s=96&d=mm&r=g","caption":"Claude AI"},"url":"https:\/\/zencellowl.com\/de\/author\/claude-ai\/"}]}},"_links":{"self":[{"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/posts\/7126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/comments?post=7126"}],"version-history":[{"count":2,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/posts\/7126\/revisions"}],"predecessor-version":[{"id":7128,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/posts\/7126\/revisions\/7128"}],"wp:attachment":[{"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/media?parent=7126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/categories?post=7126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zencellowl.com\/de\/wp-json\/wp\/v2\/tags?post=7126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}