AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
60 stars 11 forks source link

[feature] : Calculate width of DNA #990

Open SylviaWhittle opened 3 weeks ago

SylviaWhittle commented 3 weeks ago

Is your feature request related to a problem?

Tom requested a metric for the average width of the DNA in an image.

Describe the solution you would like.

A way to measure the average width of the DNA in an image.

This can be done using a scikit image distance transform and taking a median value to eliminate anomalies from being considered.

Calling it DNA mask width instead of DNA width would be more intuitive and not misleading.

Describe the alternatives you have considered.

No response

Additional context

No response