Metadata-Version: 2.1
Name: CeLEryPy
Version: 0.0.1
Summary: CeLEry provides a generic framework and can be implemented in multiple tasks depending on the research objectives, including the spatial coordinates discovery as well as the layer discovery. It can make use of the information of multiple tissues of spatial transcriptomics data. Thorough assessments exhibit that CeLEry achieves a leading performance compared to the state-of-art methods.
Home-page: https://github.com/QihuangZhang/CeLEry
Author: Qihuang Zhang, Jian Hu, David Dai, Edward B. Lee, Rui Xiao, Mingyao Li
Author-email: qihuang.zhang@pennmedicine.upenn.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/QihuangZhang/CeLEry/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# CeLEry
## CeLEry: Cell Location Recovery in Single-cell RNA Sequencing 

### Qihuang Zhang, Jian Hu, David Dai, Edward B. Lee, Rui Xiao, Mingyao Li*

Single-cell RNA sequencing provides resourceful information to study the cells systematically. However, their locational information is usually unavailable. We present CeLEry, a supervised deep learning algorithm to recover the origin of tissues in assist of spatial transcriptomic data, integrating a data augmentation procedure via variational autoencoder to improve the robustness of methods in the overfitting and the data contamination. CeLEry provides a generic framework and can be implemented in multiple tasks depending on the research objectives, including the spatial coordinates discovery as well as the layer discovery. It can make use of the information of multiple tissues of spatial transcriptomics data. Thorough assessments exhibit that CeLEry achieves a leading performance compared to the state-of-art methods. We illustrated the usage of CeLEry in the discovery of neuron cell layers to study the development of Alzheimer's disease. The identified cell location information is valuable in many downstream analyses and can be indicative of the spatial organization of the tissues.

## System Requirements
Python support packages: torch>1.8, pandas>1.4, numpy>1.20, scipy, tqdm, scanpy>1.5, anndata, sklearn

