Metadata-Version: 2.4
Name: cetsax
Version: 0.9.1
Summary: CETSA analysis and deep learning toolkit for binding curves, hit calling, and proteome-wide ligand-responsiveness prediction.
Author-email: Abhinav Mishra <mishraabhinav36@gmail.com>
License: BSD 3-Clause License
        
        Copyright (c) 2025, Abhinav Mishra
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://github.com/bibymaths/CETSAx
Project-URL: Source, https://github.com/bibymaths/CETSAx
Project-URL: Issues, https://github.com/bibymaths/CETSAx/issues
Keywords: CETSA,proteomics,dose-response,EC50,KD,bioinformatics,deep-learning,protein-language-models,ESM-2,systems-biology
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: pymc>=5.25.1
Requires-Dist: arviz>=0.22.0
Requires-Dist: networkx>=3.4.2
Requires-Dist: torch>=2.9.1
Requires-Dist: mygene>=3.2.2
Requires-Dist: requests>=2.32.5
Requires-Dist: fair-esm>=2.0.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: snakemake>=7.32.4
Requires-Dist: pytest>=9.0.2
Requires-Dist: ruff>=0.15.7
Requires-Dist: mypy>=1.19.1
Requires-Dist: mkdocs>=1.6.1
Requires-Dist: mkdocs-material>=9.7.6
Requires-Dist: mkdocstrings[python]>=1.0.3
Requires-Dist: transformers>=5.3.0
Requires-Dist: shap>=0.49.1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-shadcn; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: pymdown-extensions>=10.12; extra == "docs"
Dynamic: license-file

<p align="center">
  <img src="docs/assets/logo.svg" alt="CETSAx Logo" width="800"/><br><br>

  <img src="https://img.shields.io/badge/uv-env-orange">
  <img src="https://img.shields.io/badge/Conda-Package%20Manager-green?logo=anaconda">
  <img src="https://img.shields.io/badge/Snakemake-Workflow-blue?logo=snakemake">
  <img src="https://img.shields.io/badge/Python-3.11.13-blue?logo=python">
  <img src="https://img.shields.io/badge/PyTorch-2.9.1-EE4C2C?logo=pytorch"><br>

  <img src="https://img.shields.io/badge/ESM--2-Protein%20LM-green">
  <img src="https://img.shields.io/badge/License-BSD%203--Clause-lightgrey">
</p>

CETSAx–NADPH is a pipeline for analyzing protein stability responses to NADPH using CETSA data.  
It combines dose–response modeling, system-level analysis, and sequence-based learning into a single workflow.

---

## [Documentation](https://bibymaths.github.io/CETSAx/)

---

## License

BSD 3-Clause 

---
