Skip to content

WALIII/LungDamage

Repository files navigation

LungDamage

Quantify tissue damage with ML ScreenShot

Contact and Referencing

Any comments or questions can be directed to: Will Liberti at [email protected]

If you use this in your work, please cite:

Alveolar epithelial cell fate is maintained in a spatially restricted manner to promote lung regeneration after acute injury, Liberti et al.

Requirements:

Before you begin, make sure you have the following MATLAB toolboxes installed:

Basic Walkthrough

Take this example image: ScreenShot

>> % cd('images'); enter the images directory

>> RGB1 = DL_demo % load 'image00.jpg'

Isolate the moderately damaged tissue: ScreenShot

Isolate just the severely damaged tissue: ScreenShot

Clustering multipe images

Sometimes you will want to cluster several images, or cluster relative to a known healthy, or known damaged reference sample.

>> % cd('images/Unprocessed')
>> out = DL_demo_ref('S.jpg')