Metadata-Version: 2.1
Name: cell-analysis-tools
Version: 0.0.14
Summary: cell analysis tools
Author: Emmanuel Contreras Guzman
Author-email: Emmanuel Contreras <econtreras@wisc.edu>
Project-URL: Homepage, https://github.com/skalalab/cell-analysis-tools
Keywords: cell,analysis,tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

### CELL ANALYSIS TOOLS

A library for loading, processing and summarizing single cell imaging data. This library was originally created for the Skala lab at 
the Morgridge Institute for Research/Univeristy of Wisconsin-Madison to process and analyze 2-photon data from time correlated single photon counting. 
Many functions and implementations can be reused for different image types. It also has examples of how to use some of these functions along with 
example data. 


More documentation 

[Documentation on ReadTheDocs](https://cell-analysis-tools.readthedocs.io/en/latest/)

---

#### Dependencies

* numpy
* tifffile 
* from pathlib import Path
* read_roi
* os
* matplotlib
* re
* skimage
* pandas as pd

---
#### Installation

The library can be install through pip 

`pip install cell-analysis-tools`

or the latest version can be installed by cloning the repository, changeing directory to the root of the cell_analysis_tools folder then execute:

`$ pip install -e .`

you should then be able to import it into your script

`import cell_analysis_tools`
