Package for an analysis of lineage-tracing scRNA-Seq data
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
scLiTr
scLiTr is a Python package for analysis of lineage tracing coupled with single-cell RNA-Seq.
The main key of the package are clonal embeddings — vector representations of the whole clones in low dimensional space (clone2vec). These representations is a dropout-robust and cluster-free way of representation of heterogeneity within clonal behaviour for cell type tree-free hypothesis generation regarding cells' multipotency.
clone2vec builds representation of clones in exact same way with popular word embedding algorithm — word2vec — via construction two-layers fully connected neural network (it uses Skip-Gram architecture) that aims to predict neighbour cells clonal labellings by clonal label of cells. As a result, clones that exist in similar context in gene expression space will have similar weights in this neural network, and these weights will be used as embedding for further analysis.
Installation
scLiTr might be installed via pip (takes 1-2 minutes on Google Colab):
pip install sclitr
or the latest development version can be installed from GitHub using:
pip install git+https://github.com/kharchenkolab/scLiTr
System requirements
scLiTr requires Python 3.8 or later with packages listed in setup.cfg file. The package was successfully tested
on the following systems:
- macOS Sonoma 14.5 (Apple M1 Chip @ 3.20GHz × 8, 16GB RAM) — MacBook Air M1,
- Ubuntu 18.04.5 LTS, 64-bit (Intel Xeon @ 2.60GHz × 32, 256GB RAM) — PowerEdge server,
- Ubuntu 22.04.3 LTS, 64-bit (Intel Xeon @ 2.20GHz × 2, 13GB RAM) — Google Colab.
Documentation and tutorials
Please visit documentation web-site to check out API description and a few tutorials with analysis.
An example with the dataset from Weinreb et al., 2020 is available on Google Colab (takes about 45 minutes on the CPU, of which approximately 30 minutes are clone2vec latent representation construction).
clones2cells
For interactive exploration of clonal and gene expression embeddings together we recommend using our simple tool clones2cells.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sclitr-1.0.0.tar.gz.
File metadata
- Download URL: sclitr-1.0.0.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc08561d640459d4415ba674399efb5ea6ef26b04599cc8c80e90a8b8da6bf7e
|
|
| MD5 |
8dcbd505da213e215b01c13e212195e3
|
|
| BLAKE2b-256 |
ccc3f41399a2c2c576c693a1534393d27b895e7c0ec0461eda1634253ba6a4df
|
File details
Details for the file sclitr-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sclitr-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d1218b310deffdeedeb1007760f697488251bf5942e65dc16798a70d67a9446
|
|
| MD5 |
2b2efe7d1ebc6818dad0b6539129d797
|
|
| BLAKE2b-256 |
8b35371544f89451b4a503459cfa947d08bc2e939a6551d907ac726ec8e6e6a0
|