Metadata-Version: 2.1
Name: waltlabtools
Version: 0.2.36
Summary: A collection of tools for biomedical research assay analysis in Python.
Home-page: https://github.com/tylerdougan/waltlabtools
Author: Tyler Dougan
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tylerdougan/waltlabtools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.10.0)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: pandas (>=0.25.0)

---
title: waltlabtools
---

A collection of tools for biomedical research assay analysis in Python.

# Key Features

-   Analysis for assays such as [digital
    ELISA](https://dx.doi.org/10.1038%2Fnbt.1641).
-   Calculation of calibration curves, concentrations, limits of
    detection, and more.
-   Free and open-source software under the [GNU General Public License
    v3](https://www.gnu.org/licenses/gpl-3.0.en.html).

# Installation

-   Download `waltlabtools` from
    [PyPI](https://pypi.org/project/waltlabtools/).
-   Dependencies: `waltlabtools` requires
    [scipy](https://docs.scipy.org/doc/scipy/getting_started.html) ≥
    1.3.1, and either [jax](https://jax.readthedocs.io/en/latest/) ≥
    0.1.64 or [numpy](https://numpy.org/doc/stable/index.html) ≥ 1.10.0.
    To make the best use of `waltlabtools`, you may want to install
    [pandas](https://pandas.pydata.org) (for data import/export and
    organization), [matplotlib](https://matplotlib.org) (for plotting),
    and [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) (for
    writing code). These can all be installed using
    [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html),
    and may become dependencies in future releases.

# Functions and Classes

Development of `waltlabtools` is led by the [Walt
Lab](https://waltlab.bwh.harvard.edu) for Advanced Diagnostics at
Brigham and Women\'s Hospital, Harvard Medical School, and the Wyss
Institute.


