Single-Cell Analysis of Proportions
Project description
Scanpro: robust proportion analysis for single cell resolution data
Scanpro is a modular tool for proportion analysis, seamlessly integrating into widely accepted frameworks in the python environment. Scanpro is fast, accurate, support datasets without replicates, and is intended to be used by bioinformatics experts and beginners.
Install
PyPi
pip install scanpro
From source:
- clone the repository
git clone https://gitlab.gwdg.de/loosolab/software/scanpro.git
- navigate to scanpro directory
cd scanpro
- then run
pip install .
Quick start
To run the tool import and call the function scanpro
:
from scanpro import scanpro
out = scanpro.scanpro(adata, clusters_col='clusters', conds_col='condition', samples_col='sample')
- If samples_col is not given or set to None, the dataset is assumed to be not replicated and scanpro will run the bootstrapping method.
To show the results, run
out.results
.
You can plot the results by calling out.plot()
.
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
scanpro-0.2.tar.gz
(36.1 kB
view details)
File details
Details for the file scanpro-0.2.tar.gz
.
File metadata
- Download URL: scanpro-0.2.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7e2d003f444ca58e6b3c082edf8ad1d59cfdc189cb46948b7f26e9fca044cc1 |
|
MD5 | cb23385c6bce3623126cbdb93a96efad |
|
BLAKE2b-256 | d56b0229cc20960574e9a180c40f9937599140aafc08a3f2f819dbe00803c96e |