Skip to main content

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(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.1.tar.gz (29.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page