SMLMMetrics.jl

Metrics for SMLM
Author JuliaSMLM
Popularity
1 Star
Updated Last
7 Months Ago
Started In
November 2022

SMLMMetrics.jl

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.

Stable Dev Build Status Coverage

Features

  • 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

Installation

To install SMLMMetrics, use the Julia package manager:

using Pkg
Pkg.add("SMLMMetrics")

Documentation

  • STABLE - Documentation for the most recently tagged version of SMLMMetrics.
  • DEVELOPMENT - Documentation for the in-development version of SMLMMetrics.

Usage

After installing the package, you can start using SMLMMetrics in your project:

using SMLMMetrics

For more details and examples, please refer to the documentation.

Contributing

Contributions to SMLMMetrics are always welcome! If you have any suggestions, feature requests, or bug reports, please open an issue on GitHub.

License

SMLMMetrics.jl is licensed under the MIT License.

Used By Packages

No packages found.