Skip to content

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

License

Notifications You must be signed in to change notification settings

tylerdougan/waltlabtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waltlabtools

Anaconda PyPI Documentation GitHub

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

Key Features

  • 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

Getting Started

Installation

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).

Usage

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.