Metadata-Version: 2.1
Name: scape-sc
Version: 0.3.0
Summary: Single-Cell data Analysis via Perturbation Estimation
Author-email: Yuzhe Li <liyuzhezju@gmail.com>
Project-URL: Homepage, https://github.com/ericli0419/SCAPE
Project-URL: Bug Tracker, https://github.com/ericli0419/SCAPE/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE

# SCAPE
[![Stars](https://img.shields.io/github/stars/ericli0419/SCAPE?logo=GitHub&color=yellow)](https://github.com/ericli0419/SCAPE) [![PyPI](https://img.shields.io/pypi/v/scape-sc.svg)](https://pypi.org/project/scape-sc)

## Installation  	
#### install from GitHub

	git clone https://github.com/ericli0419/SCAPE.git
	cd SCAPE
	python setup.py install

SCAPE is implemented in [Pytorch](https://pytorch.org/) framework.  
SCAPE can be run on CPU devices, and running SCAPE on GPU devices if available is recommended.  
