skillfed

RUST

Unit step transformation of Ribo-Seq data

rust v1.3.1 276.8K downloads/30d#8,157 on PyPI0
Permissive license MIT license Abandoned released

What it is and what it does

RUST is a normalization method for ribosome profiling (Ribo-seq) data that addresses the characteristic problem of high-density peaks and alignment gaps in ribosome footprint measurements. It implements a unit step transformation designed to reduce the impact of data heterogeneity and noise, making it easier to identify which mRNA sequence features correlate with ribosome footprint densities.

The package depends on pysam for sequence alignment handling, matplotlib for visualization, and numpy for numerical computation. It targets Python 3.8 and later. The tool was developed as part of published research demonstrating that RUST outperforms other normalization techniques and can extract parameters sufficient for predicting experimental densities with high accuracy.

Use it for:

  • Normalize Ribo-seq datasets before analyzing how codon usage or secondary structure affects ribosome occupancy
  • Perform quality control on ribosome profiling experiments to identify protocol-related artifacts before downstream analysis
  • Extract normalized ribosome footprint parameters for predictive modeling of local ribosome densities
  • Compare ribosome decoding rates across different mRNA regions after removing heterogeneous noise

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

RUST normalizes ribosome profiling (Ribo-seq) data to reduce noise and heterogeneity, enabling analysis of how mRNA sequence features affect ribosome footprint densities.

No. The project is abandoned (last commit March 2023, over 1200 days ago) with no maintenance signal and zero repository stars. While the MIT license is permissive and installation friction is low, the lack of active maintenance means bugs, security issues, or compatibility problems with current dependency versions will not be fixed. For active Ribo-seq analysis work, seek a maintained alternative or fork.

Install

rust on PyPI

pip

pip install rust

uv

uv add rust

poetry

poetry add rust

Installing RUST

Before you install

Installation is straightforward with low friction. However, the project is abandoned as of March 2023 with no recent maintenance, and the last release was over 1200 days ago, meaning any bugs or compatibility issues discovered will not be addressed.

License in practice

MIT license is permissive, allowing free use, modification, and distribution with minimal restrictions, making it suitable for academic and commercial projects.

Quickstart

pip install RUST

import RUST
# Apply unit step transformation to Ribo-seq data

Requires Python 3.8 or later; pysam may require system-level dependencies

Verify before relying

  • Whether pysam, matplotlib, and numpy versions have known compatibility constraints with Python 3.10
  • Whether the package has been tested against current versions of its dependencies
  • Specific performance characteristics or scalability limits for large Ribo-seq datasets
  • Exact API surface and usage patterns beyond the installation documentation provided

Package facts

License MIT license (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 3 — pysam, matplotlib, numpy
Maintenance abandoned — 1,200 days since the last release
Last repo commit
First released
Downloads 276,812/month — #8,157 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: RUST-1.3.1-py3-none-any.whl

Keywords: RUST

Development Status :: 2 - Pre-AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

ribo-seq normalizationribosome profiling analysisribo-seq data transformationribosome footprint densityribo-seq quality controlmRNA sequence feature analysisribosome decoding rates
bioinformaticsribo-seqabandoned

More Information Analysis packages