Metadata-Version: 1.1
Name: multi-locus-analysis
Version: 0.0.24
Summary: Utilities for analyzing particle trajectories
Home-page: https://github.com/brunobeltran/multi_locus_analysis
Author: Bruno Beltran
Author-email: brunobeltran0@gmail.com
License: MIT
Description: Multi Locus Analysis
        ====================
        
        .. image:: https://readthedocs.org/projects/multi-locus-analysis/badge/?version=latest
            :target: https://multi-locus-analysis.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        
        .. image:: https://travis-ci.org/brunobeltran/multi_locus_analysis.svg?branch=master
            :target: https://travis-ci.org/brunobeltran/multi_locus_analysis
        
        A collection of utilities for analyzing multiple loci (diffusing).
        
        A simple interface designed around Pandas DataFrames allows calculations to be
        performed easily for each experiment or across experiments.
        
        Numerous analytical results on the diffusion of polymers are included for
        comparison.
        
        Usage
        -----
        
        This package can be pip installed
        
        .. code:: bash
        
            pip install multi_locus_analysis
        
        For detailed usage instructions, please see the
        `docs <https://multi-locus-analysis.readthedocs.io>`.
        
Keywords: microscopy diffusion scientific
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
