Skip to content

ericli0419/TISCOPE

Repository files navigation

Stars PyPI

TISCOPE

News

Installation

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

Via Pypi:

pip install tiscope

or git clone and install

git clone git://github.com/ericli0419/TISCOPE.git
cd tiscope
pip install -e .

Getting started

Please refer to the Documentation and Tutorial

Release notes

See the changelog.

Citation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •