A collection of tools for biomedical research assay analysis in Python.
- Analysis for assays such as digital ELISA, including single-molecule array (Simoa) assays
- Read instrument-generated files and calculate calibration curves, concentrations, limits of detection, and more
- Free and open-source software under the GNU General Public License v3
You can install waltlabtools using
Anaconda (recommended) or
PyPI. If you're not comfortable
with the command line, begin by installing
Anaconda Navigator. Then follow
these instructions
to add the channel tylerdougan
, and install waltlabtools from this channel.
Alternatively, install waltlabtools from the command line with
conda install -c tylerdougan waltlabtools
(recommended; requires you to
first install Anaconda or
Miniconda) or
pip install waltlabtools
(requires
pip, which should come
with Python).
import waltlabtools as wlt # waltlabtools main functionality
Development of waltlabtools is led by the Walt Lab for Advanced Diagnostics at Brigham and Women's Hospital, Harvard Medical School, and the Wyss Institute for Biologically Inspired Engineering.