{"id":15292142,"url":"https://github.com/scdamaddio/waltlabtools","last_synced_at":"2025-04-13T10:43:21.394Z","repository":{"id":62588182,"uuid":"382469508","full_name":"Walt-Lab/waltlabtoolss","owner":"Walt-Lab","description":"A collection of tools for biomedical research assay analysis in Python.","archived":false,"fork":false,"pushed_at":"2024-11-19T21:23:58.000Z","size":8111,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T22:02:06.559Z","etag":null,"topics":["assay","biomedical-data-science","calibration-curve","concentrations","curve-fitting","diagnostics","elisa","modeling","numpy","python"],"latest_commit_sha":null,"homepage":"https://waltlabtools.readthedocs.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Walt-Lab.png","metadata":{"files":{"readme":"README.rst","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-02T21:36:34.000Z","updated_at":"2025-04-09T15:01:40.000Z","dependencies_parsed_at":"2024-11-15T01:55:35.912Z","dependency_job_id":"00fd32d5-3c35-4852-af3a-a33aad2a6ac0","html_url":"https://github.com/Walt-Lab/waltlabtoolss","commit_stats":{"total_commits":89,"total_committers":4,"mean_commits":22.25,"dds":0.2471910112359551,"last_synced_commit":"6a24f97ec20d1df61c18f76b581c65332da7dc7b"},"previous_names":["scdamaddio/waltlabtools","tylerdougan/waltlabtools"],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walt-Lab%2Fwaltlabtoolss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walt-Lab%2Fwaltlabtoolss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walt-Lab%2Fwaltlabtoolss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walt-Lab%2Fwaltlabtoolss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Walt-Lab","download_url":"https://codeload.github.com/Walt-Lab/waltlabtoolss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248701976,"owners_count":21148111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assay","biomedical-data-science","calibration-curve","concentrations","curve-fitting","diagnostics","elisa","modeling","numpy","python"],"created_at":"2024-09-30T16:16:45.132Z","updated_at":"2025-04-13T10:43:21.371Z","avatar_url":"https://github.com/Walt-Lab.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"waltlabtools\n============\n\n.. image:: https://img.shields.io/conda/vn/tylerdougan/waltlabtools?label=Anaconda\n   :target: https://anaconda.org/tylerdougan/waltlabtools\n   :alt: Anaconda\n.. image:: https://img.shields.io/pypi/v/waltlabtools?label=PyPI\n   :target: https://pypi.org/project/waltlabtools\n   :alt: PyPI\n.. image:: https://img.shields.io/readthedocs/waltlabtools?label=Documentation\n   :target: https://waltlabtools.readthedocs.io/en/latest/\n   :alt: Documentation\n.. image:: https://img.shields.io/github/issues/tylerdougan/waltlabtools?label=GitHub\n   :target: https://github.com/tylerdougan/waltlabtools\n   :alt: GitHub\n\nA collection of tools for biomedical research assay analysis in Python.\n\nKey Features\n------------\n\n-  Analysis for assays such as\n   `digital ELISA \u003chttp://www.ncbi.nlm.nih.gov/pmc/articles/pmc2919230/\u003e`__,\n   including single-molecule array (Simoa) assays\n-  Read instrument-generated files and calculate calibration curves,\n   concentrations, limits of detection, and more\n-  Free and open-source software under the\n   `GNU General Public License v3 \u003chttps://www.gnu.org/licenses/gpl-3.0.en.html\u003e`__\n\nGetting Started\n---------------\n\nInstallation\n^^^^^^^^^^^^\n\nYou can install waltlabtools using\n`Anaconda \u003chttps://anaconda.org/tylerdougan/waltlabtools\u003e`__ (recommended) or\n`PyPI \u003chttps://pypi.org/project/waltlabtools/\u003e`__. If you're not comfortable\nwith the command line, begin by installing\n`Anaconda Navigator \u003chttps://www.anaconda.com/products/individual\u003e`__. Then follow\n`these instructions \u003chttps://docs.anaconda.com/anaconda/navigator/tutorials/manage-channels/\u003e`__\nto add the channel ``tylerdougan``, and install waltlabtools from this channel.\n\nAlternatively, install waltlabtools from the command line with\n``conda install -c tylerdougan waltlabtools`` (recommended; requires you to\nfirst install Anaconda or\n`Miniconda \u003chttps://docs.conda.io/en/latest/miniconda.html\u003e`__) or\n``pip install waltlabtools`` (requires\n`pip \u003chttps://pip.pypa.io/en/stable/getting-started/\u003e`__, which should come\nwith Python).\n\n\nUsage\n^^^^^\n\n.. code-block:: python\n   \n   import waltlabtools as wlt  # waltlabtools main functionality\n\n-----\n\n\nDevelopment of waltlabtools is led by the\n`Walt Lab \u003chttps://waltlab.bwh.harvard.edu\u003e`__ for Advanced Diagnostics\nat `Brigham and Women's Hospital \u003chttps://www.brighamandwomens.org\u003e`__,\n`Harvard Medical School \u003chttps://hms.harvard.edu\u003e`__, and the\n`Wyss Institute for Biologically Inspired Engineering \u003chttps://wyss.harvard.edu\u003e`__.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdamaddio%2Fwaltlabtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscdamaddio%2Fwaltlabtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdamaddio%2Fwaltlabtools/lists"}