Alternative splicing quantification in single cells with Leaflet
Project description
LeafletSC
LeafletSC is a binomial mixture model designed for the analysis of alternative splicing events in single-cell RNA sequencing data. The model facilitates understanding and quantifying splicing variability at the single-cell level. Below is the graphical model representation:
Compatibility with sequencing platforms
LeafletSC supports analysis from the following single-cell RNA sequencing platforms:
- Smart-Seq2
- Split-seq
- 10X
Getting Started
LeafletSC is implemented in Python and requires Python version 3.9 or higher. You can easily install LeafletSC via PyPI using the following command:
pip install LeafletSC
Please also make sure you have regtools installed. Prior to using LeafletSC, please run regtools on your single-cell BAM files. Here is an example of what this might look like in a Snakefile:
{params.regtools_path} junctions extract -a 6 -m 50 -M 500000 {input.bam_use} -o {output.juncs} -s XS -b {output.barcodes}
# Combine junctions and cell barcodes
paste --delimiters='\t' {output.juncs} {output.barcodes} > {output.juncswbarcodes}
Once you have your junction files, you can try out the mixture model tutorial under Tutorials
Capabilities
With LeafletSC, you can:
- Infer cell states influenced by alternative splicing and identify significant splice junctions.
- Conduct differential splicing analysis between specific cell groups if cell identities are known.
- Generate synthetic alternative splicing datasets for robust analysis testing.
If you use Leaflet, please cite our paper
@unpublished{Isaev2023-bf,
title = "Investigating RNA splicing as a source of cellular diversity using a binomial mixture model",
author = "Isaev, Keren and Knowles, David A",
journal = "bioRxiv",
pages = "2023.10.17.562774",
month = oct,
year = 2023,
language = "en"
}
To-do:
- Add documentation and some tests for how to run the simulation code
- Add 10X/split-seq mode in addition to smart-seq2
- Extend framework to seurat/scanpy anndata objects
- Add notes on generative model and inference method
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
Built Distribution
Hashes for LeafletSC-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d3b52e39ae57647d5a9551d2edecaf15e500bb59452c28989fdaed273f04f1e |
|
MD5 | af6098e9bee7ebc701503b866bdfc15d |
|
BLAKE2b-256 | 6ef90d7c15c1f48951bbeb32406b19ba0f18a0c6d47d7d511d101840d2ad811c |