Metadata-Version: 2.1
Name: multidms
Version: 0.2.2
Summary: Joint modeling of multiple deep mutational scanning experiments.
Author-email: Jared Galloway <jgallowa@fredhutch.org>, Hugh Haddox <hkhaddox@gmail.com>
License: MIT License
        
        Copyright (c) 2021 Fred Hutchinson Cancer Research Center
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: repository, https://github.com/matsengrp/multidms
Keywords: multidms,deep,mutational,scanning,dms,bloom,matsen
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: polyclonal
Requires-Dist: jax
Requires-Dist: jaxopt
Requires-Dist: typing-extensions
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: binarymap
Requires-Dist: altair
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: pandarallel
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-pep8 ; extra == 'dev'
Requires-Dist: pytest-datadir ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: notebook ; extra == 'dev'
Requires-Dist: ipywidgets ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: nbsphinx ; extra == 'dev'
Requires-Dist: nbsphinx-link ; extra == 'dev'
Requires-Dist: bumpver ; extra == 'dev'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

# multidms

![License](https://img.shields.io/github/license/matsengrp/multidms)
[![PyPI version](https://badge.fury.io/py/multidms.svg)](https://badge.fury.io/py/multidms)
[![Build](https://github.com/matsengrp/multidms/actions/workflows/build_test_package.yml/badge.svg)](https://github.com/matsengrp/multidms/actions/workflows/build_test_package.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

`multidms` is a Python package written by the 
[Matsen group](https://matsen.fhcrc.org/)
in collaboration with 
[William DeWitt](https://wsdewitt.github.io/)
and the
[Bloom Lab](https://research.fhcrc.org/bloom/en.html).
It can be used to jointly fit a global-epistasis model to one or more deep mutational scanning experiments, 
with the goal of estimating the effects of individual mutations, 
and how much the effects differ between experiments.

The source code is [on GitHub](https://github.com/matsengrp/multidms).

Please see the [Documentation](https://matsengrp.github.io/multidms/) for details on installation and usage.

To contribute to this package, read the instructions in [CONTRIBUTING.rst](CONTRIBUTING.rst).
