SMLMMetrics is a Julia package for analyzing single molecule super-resolution data. It provides metrics to evaluate the accuracy and precision of your SMLM coordinate data.
- Jaccard Index calculation for comparing localization sets
- Root Mean Square Error (RMSE) calculation for evaluating localization accuracy
- Dimensional weighting for RMSE calculations
- Flexible support for various data dimensions
To install SMLMMetrics, use the Julia package manager:
using Pkg
Pkg.add("SMLMMetrics")
- STABLE - Documentation for the most recently tagged version of SMLMMetrics.
- DEVELOPMENT - Documentation for the in-development version of SMLMMetrics.
After installing the package, you can start using SMLMMetrics in your project:
using SMLMMetrics
For more details and examples, please refer to the documentation.
Contributions to SMLMMetrics are always welcome! If you have any suggestions, feature requests, or bug reports, please open an issue on GitHub.
SMLMMetrics.jl is licensed under the MIT License.