A library to calculate the latent time of scRNA-seq
Project description
scLTNN (single cell latent time neuron network)
A composite regression neural network for latent timing prediction of single-cell RNA-seq data
For more details, please check out our publication.
Directory structure
```
.
├── scLTNN # Main Python package
├── experiments # Experiments and case studies
├── scltnn # the raw code of scltnn
├── model # the pre-model by ANN
├── source # Documentation files
├── LICENSE
└── README.md
```
Installation
The scLTNN
package can be installed via pip:
pip install scltnn
Usage
Please checkout the documentations and tutorials at scltnn.readthedocs.io.
Reproduce results
- Follow instructions in
data
to prepare the necessary data, it can be download at https://figshare.com/articles/dataset/scltnn_data/20383416 - Follow instructions in
experiments
for case studies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scltnn-0.0.3.tar.gz
(20.6 kB
view hashes)
Built Distribution
scltnn-0.0.3-py3-none-any.whl
(20.9 kB
view hashes)