Metadata-Version: 2.4
Name: tiscope
Version: 0.0.2
Summary: TISCOPE
Author-email: Yuzhe Li <liyuzhezju@gmail.com>, Weixi Ning <aaronning98@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/zhangqf-lab/TISCOPE
Project-URL: Bug Tracker, https://github.com/zhangqf-lab/TISCOPE/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: scanpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: squidpy
Requires-Dist: bbknn
Dynamic: license-file

[![Stars](https://img.shields.io/github/stars/zhangqf-lab/TISCOPE?logo=GitHub&color=yellow)](https://github.com/zhangqf-lab/TISCOPE/stargazers) 
[![PyPI](https://img.shields.io/pypi/v/tiscope.svg)](https://pypi.org/project/tiscope)
[![Documentation Status](https://app.readthedocs.org/projects/tiscope-tutorial/badge/?version=latest)](https://tiscope-tutorial.readthedocs.io/en/latest/?badge=stable)
[![Downloads](https://pepy.tech/badge/tiscope)](https://pepy.tech/project/tiscope)
<!-- [![DOI](https://zenodo.org/badge/345941713.svg)](https://zenodo.org/badge/latestdoi/345941713) -->
# TISCOPE enables integrative and comparative analyses of spatial omics data  to reveal condition-associated tissue modules

<p align="center" style="background-color: white;">
    <img src="TISCOPE.png" alt="TISCOPE" style="background-color: white;">
</p>


## News

<!-- ## [Documentation](https://scalex.readthedocs.io/en/latest/index.html)  -->
<!-- ## [Tutorial](https://scalex.readthedocs.io/en/latest/tutorial/index.html)  -->
## Installation  	

1. We recommend creating a virtual environment using Python 3.11:
```
conda create -n tiscope python=3.11
conda activate tiscope
```
2. (Skip if PyTorch is already installed) install PyTorch following the [PyTorch installation guide](https://pytorch.org/get-started/locally/). For example, on a machine with `cuda 12.x`:
```
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126
```
3. (Skip if PyG is already installed) Install PyG following the [PyG installation guide](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html), usually:
```
pip install torch_geometric
```
4. Install dependencies:
```
pip install 'scanpy[leiden]' louvain squidpy ipykernel
```
5. Install TISCOPE:

Via Pypi:
```
pip install tiscope
```
or git clone and install
```
git clone git://github.com/zhangqf-lab/TISCOPE.git
cd tiscope
pip install -e .
```
## Getting started

Please refer to the [Documentation](https://tiscope-tutorial.readthedocs.io/en/latest/index.html).

    
## Release notes


## Citation


