Metadata-Version: 2.1
Name: scCausalVI
Version: 0.0.1
Summary: A causality-aware model for disentangling treatment effects at single-cell resolution for perturbational scRNA-seq data
Home-page: https://github.com/ShaokunAn/scCausalVI/
Author: Shaokun An
Author-email: shan12@bwh.harvard.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scanpy>=1.9.6
Requires-Dist: torch>=2.0.0
Requires-Dist: anndata>=0.10.3
Requires-Dist: numpy>=1.23.5
Requires-Dist: setuptools>=59.5.0
Requires-Dist: pandas>=2.1.1
Requires-Dist: matplotlib>=3.8.1
Requires-Dist: scikit-learn>=1.3.2
Requires-Dist: tqdm>=4.66.1
Requires-Dist: seaborn>=0.12.2
Requires-Dist: scipy>=1.11.3
Requires-Dist: scvi-tools>=0.16.1
Requires-Dist: pytorch-lightning>=1.5.10

# scCausalVI - a causal variation inference model for scRNA-seq

## Introduction

**scCausalVI** is a causality-aware model for analyzing single-cell RNA sequencing data, designed to disentangle treatment effects from intrinsic cellular heterogeneity. Using a deep generative framework, scCausalVI enables precise, single-cell-level inference of gene expression responses to experimental treatments by modeling the causal dependencies between treatment effects and cellular states. Key features include support for clustering, treatment response analysis, and counterfactual inference, allowing users to explore cellular variability and identify treatment-responsive subpopulations.

## Installation

To install the latest version of scCausalVI via pip:

```
pip install scCausalVI
```

