Metadata-Version: 2.1
Name: deltascope
Version: 0.2.5
Summary: Python package to quantify biological structure
Home-page: https://github.com/msschwartz21/deltascope
Author: Morgan Schwartz
Author-email: msschwartz21@gmail.com
License: GNU GPL
Keywords: biology image analysis quantification
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: tqdm

deltascope
===========

This package is designed to quantify biological structures in 3D image data. 

Features
+++++++++

- Compare sets of 3D biological images to identify differences
- Automatically align the structure in the image to correct for variation introduced during mounting and imaging 
- Generate descriptive graphs that quantify both the average and variation of the data
- Use machine learning techniques to classify samples and identify regions of statistically significant difference

Installation
++++++++++++

Package hosted on `PyPI <https://pypi.python.org/pypi/deltascope>`_. ::

	$ pip install deltascope

Support
++++++++

- Complete documentation is available on `Read the Docs <http://deltascope.readthedocs.io/en/latest/>`_.
- Check out the `Frequently Asked Question <faq>`_ page.
- Submit an issue describing a problem or question on the project's Github `issue tracker <https://github.com/msschwartz21/deltascope/issues>`_.

Contribute
+++++++++++

- Issue Tracker: https://github.com/msschwartz21/deltascope/issues
- Source Code: https://github.com/msschwartz21/deltascope

License
++++++++

This project is licensed under the GNU General Public License.


