Skip to content

Commit

Permalink
Fix factual error in 2021-05-07-skeleton-analysis.md (#160)
Browse files Browse the repository at this point in the history
Fix factual error related to skan metric interpretation "euclidean-distance". See jni/skan#197
  • Loading branch information
GenevieveBuckley committed Feb 8, 2023
1 parent d4dcfb7 commit 8f2f315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2021-05-07-skeleton-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ Most striking is the difference in the number of blood vessel branches.
The herniated lung has less than 40% of the number of blood vessel branches in the healthy lung.

There are also quantitative differences in the sizes of the blood vessels.
Here is a violin plot showing the distribution of the thickeness of blood vessel branches. We can see that there are more thick blood vessel branches in the healthy lung. This is consistent with what we might expect, since the healthy lung is more well developed than the lung from the hernia model.
Here is a violin plot showing the distribution of the distances between the start and end points of each blood vessel branch. We can see that overall the blood vessel branches start and end closer together in the herniated lung. This is consistent with what we might expect, since the healthy lung is more well developed than the lung from the hernia model and the hernia has compressed that lung into a smaller overall space.

![Violin plot comparing blood vessel thickness between a healthy and herniated lung](/images/skeleton-analysis/compare-euclidean-distance.png)

_EDIT: This blogpost previously described the euclidean distance violin plot as measuring the thickness of the blood vessels. This is incorrect, and the mistake was not caught in the review process before publication. This post has been updated to correctly describe the `euclidean-distance` measuremet as the distance between the start and end of branches, as if you pulled a string taught between those points. An alternative measurement, `branch-length` describes the total branch length, including any winding twists and turns._

## Limitations

We rely on one big assumption: once skeletonized the reduced non-zero pixel data will fit into memory. While this holds true for datasets of this size (the cropped rabbit lung datasets are roughly 1000 x 1000 x 1000 pixels), it may not hold true for much larger data.
Expand Down

0 comments on commit 8f2f315

Please sign in to comment.