Skip to main content

RISE - Reduction and Insight in Single-cell Exploration

RISE (Reduction and Insight in Single-cell Exploration) is an unsupervised, tensor-based computational method designed for the integrative analysis of single-cell RNA sequencing (scRNA-seq) data across multiple experimental conditions, such as drug treatments, patient cohorts, or time points. Built upon the PARAFAC2 tensor decomposition framework, RISE preserves the inherent three-dimensional structure of multi-condition single-cell data—conditions × cells × genes—instead of flattening it into a conventional two-dimensional matrix. This allows RISE to decompose variation into distinct, interpretable patterns associated with experimental conditions, individual cells, and genes, providing a more nuanced and biologically meaningful analysis.

RISE does not require prior cell-type labels or clustering, reducing bias and enabling discovery of novel cell states, while also separating technical, biological, and condition-driven variation without batch correction that may erase meaningful signals. Its high resolution enables the identification of cell populations and condition-specific subpopulations missed by pseudobulk or clustering-based approaches, and each resulting component is directly linked to specific conditions, genes, and cells, making the results biologically tractable.

Installation

Note: The RISE package was renamed to scrise on PyPI (the import name changed from RISE to scrise). The GitHub repository name is unchanged. If you have RISE pinned in a requirements.txt or install script, update it to scrise as shown below.

To add scrise to your Python environment, install it from PyPI:

pip install scrise

For GPU acceleration support (propagated to parafac2[gpu]):

pip install "scrise[gpu]"

Or add the following line to your requirements.txt:

scrise

or with GPU support:

scrise[gpu]

Quick Start

RISE works with preprocessed AnnData objects containing single-cell RNA-seq data:

from scrise.factorization import pf2

# Perform PARAFAC2 tensor decomposition
X = pf2(X=adata, rank=20, doEmbedding=True, random_state=42)

# Results are stored in the AnnData object:
# - X.uns["Pf2_weights"]: Component weights
# - X.uns["Pf2_A"]: Condition factors
# - X.uns["Pf2_B"]: Eigen-state factors
# - X.varm["Pf2_C"]: Gene factors
# - X.obsm["projections"]: Cell projections
# - X.obsm["weighted_projections"]: Weighted cell projections

See the tutorial for a complete workflow including preprocessing, rank selection, visualization, and interpretation.

Key Features

  • Tensor-based decomposition: Preserves the 3D structure of multi-condition scRNA-seq data
  • Unsupervised analysis: No prior cell-type labels or clustering required
  • High resolution: Identifies cell populations and condition-specific subpopulations
  • Interpretable results: Components directly linked to conditions, cells, and genes
  • Integrated workflow: Built-in preprocessing, visualization, and interpretation tools
  • Principled rank selection: Bi-cross-validation (scrise.rank_selection) for choosing the number of components by evaluating a set of candidate ranks

Citation

If you use RISE in your work, please cite the RISE publication as follows:

Integrative, high-resolution analysis of single-cell gene expression across experimental conditions with PARAFAC2-RISE

Andrew Ramirez, [...], Aaron Meyer

Cell Systems, 2025. DOI: 10.1016/j.cels.2025.101294

Release files for scrise 1.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for scrise 1.7.0
File Size Uploaded
scrise-1.7.0.tar.gz 65.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for scrise 1.7.0
File Interpreter ABI Platform
scrise-1.7.0-py3-none-any.whl Python 3 none any Details

Total release size: 148.3 kB

Release files / scrise-1.7.0.tar.gz

Download URL scrise-1.7.0.tar.gz
Size 65.8 kB
Tags Source
SHA-256 checksum
How to use checksums
baf8532e4c5ea85789b81742ddeab0a52f5a88db9ab7c2193d8fa68a3172ee44
BLAKE2b-256 checksum
How to use checksums
7bebba989524cdf9bd819910ca14fb7d4ac54618fbb30ed4aa7d55068dd06cd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.

Transparency log

Release files / scrise-1.7.0-py3-none-any.whl

Download URL scrise-1.7.0-py3-none-any.whl
Size 82.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
cc9e852ff1960914ac0f112d6a5e7f84d5b9e64083230ce3c10d15c2fa01343d
BLAKE2b-256 checksum
How to use checksums
4fcde4657c9b670f859a0d14450724a1acc64bd2e81960c92c7a55f6348e92ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.7.0 This release

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page