Skip to main content

A visualisation tool for protein embeddings from pLMs

Project description

ProtSpace

PyPI version Python 3.10+ License: GPL v3 Downloads DOI

ProtSpace is a visualization tool for exploring protein embeddings or similarity matrices along their 3D protein structures. It allows users to interactively visualize high-dimensional protein language model data in 2D or 3D space, color-code proteins based on various features, and view protein structures when available.

🌐 Try Online

Web Interface: https://protspace.rostlab.org/

New JavaScript Frontend (in development): https://tsenoner.github.io/protspace_web -> Drag & drop .parquetbundle files

🚀 Quick Start with Google Colab

Note: Use Chrome or Firefox for best experience.

  1. Explore Pre-computed Visualizations: Open Explorer In Colab

  2. Generate Protein Embeddings: Open Embeddings In Colab

  3. Full Pipeline Demo: Open Pipeline In Colab

  4. Pfam & Clan Explorer: Open Pfam Explorer In Colab

📦 Installation

# Basic installation (backend - dimensionality reduction only)
pip install protspace

# Full installation (backend + frontend - including visualization interface)
pip install "protspace[frontend]"

🎯 Quick Start

1. Query UniProt directly

# Retrieve and analyze proteins from UniProt using sequence similarity (mmmseqs2)
protspace-query -q "(ft_domain:phosphatase) AND (reviewed:true)" -o output_dir -m pca2,pca3,umap2 -f "protein_families,fragment,kingdom,superfamily" --n_neighbors 30 --min_dist 0.4

2. Process local data

# Analyse and vizualise your locally stored embeddings
protspace-local -i embeddings.h5 -o output_dir -m pca2,umap2

3. Launch visualization

protspace output_dir

Access at http://localhost:8050

📊 Example Outputs

2D Scatter Plot

2D Example

3D Interactive Plot

View 3D Example

✨ Features

  • Multiple projections: PCA, UMAP, t-SNE, MDS, PaCMAP in 2D/3D
  • Automatic feature extraction: Use -f to color-code proteins by UniProt, InterPro, or Taxonomy features
  • 3D structure viewer: Integrated protein structure visualization
  • Export: SVG (2D) and HTML (3D) formats

Available Features (use with -f)

UniProt: annotation_score, cc_subcellular_location, fragment, length_fixed, length_quantile, protein_existence, protein_families, reviewed, sequence

InterPro: cath, pfam, signal_peptide, superfamily

Taxonomy: kingdom, phylum, class, order, family, genus, species

Examples:

# Extract Pfam domains and subcellular location
protspace-local -i data.h5 -f pfam,cath,cc_subcellular_location

# Extract reviewed status, length, and taxonomy
protspace-query -q "..." -f reviewed,length_quantile,kingdom

🔧 Advanced Usage

Command Options

protspace-local (Local data):

  • -i, --input: HDF5 embeddings or CSV similarity matrix (required)
  • -o, --output: Output file or directory (optional, default: derived from input filename)
  • -f, --features: Features to extract (comma-separated) or CSV metadata file path
  • -m, --methods: Reduction methods (e.g., pca2,umap3,tsne2)
  • --non-binary: Use legacy JSON format
  • --keep-tmp: Cache intermediate files for reuse
  • --bundled: Bundle output files (true/false, default: true)

protspace-query (UniProt search):

  • -q, --query: UniProt search query (required)
  • -o, --output: Output file or directory (optional, default: protspace.parquetbundle)
  • -f, --features: Features to extract (comma-separated)
  • -m, --methods: Reduction methods (e.g., pca2,umap3,tsne2)
  • --non-binary: Use legacy JSON format
  • --keep-tmp: Cache intermediate files for reuse
  • --bundled: Bundle output files (true/false, default: true)

Method Parameters

Fine-tune dimensionality reduction:

  • UMAP: --n_neighbors 15 --min_dist 0.1
  • t-SNE: --perplexity 30 --learning_rate 200
  • PaCMAP: --mn_ratio 0.5 --fp_ratio 2.0
  • MDS: --n_init 4 --max_iter 300 --eps 1e-3

Custom Styling

protspace-feature-colors input.json output.json --feature_styles '{
  "feature_name": {
    "colors": {"value1": "#FF0000", "value2": "#00FF00"},
    "shapes": {"value1": "circle", "value2": "square"}
  }
}'

Available shapes: circle, circle-open, cross, diamond, diamond-open, square, square-open, x

📁 File Formats

Input

  • UniProt queries: Text queries using UniProt syntax
  • Embeddings: HDF5 files (.h5, .hdf5)
  • Similarity matrices: CSV files with symmetric matrices
  • Metadata: CSV with 'identifier' column + feature columns
  • Structures: ZIP files containing PDB/CIF files

Output

  • Default: Parquet files (projections_data.parquet, projections_metadata.parquet, selected_features.parquet)
  • Legacy: JSON format with --non-binary flag
  • Temporary files: FASTA sequences, similarity matrices, all features (with --keep-tmp)

📝 Citation

@article{SENONER2025168940,
title = {ProtSpace: A Tool for Visualizing Protein Space},
journal = {Journal of Molecular Biology},
pages = {168940},
year = {2025},
issn = {0022-2836},
doi = {https://doi.org/10.1016/j.jmb.2025.168940},
url = {https://www.sciencedirect.com/science/article/pii/S0022283625000063},
author = {Tobias Senoner and Tobias Olenyi and Michael Heinzinger and Anton Spannagl and George Bouras and Burkhard Rost and Ivan Koludarov}
}

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

protspace-3.0.0.tar.gz (101.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

protspace-3.0.0-py3-none-any.whl (652.4 kB view details)

Uploaded Python 3

File details

Details for the file protspace-3.0.0.tar.gz.

File metadata

  • Download URL: protspace-3.0.0.tar.gz
  • Upload date:
  • Size: 101.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for protspace-3.0.0.tar.gz
Algorithm Hash digest
SHA256 2d2796e4ed28d699c6d44f5ddc2324d5b7528d3a47ca225b940176e239a29ffd
MD5 3ae5179efab6cc519a6294d4d8472a5f
BLAKE2b-256 0fba0b56fe65e2fc14958fc40f48956375b6cf8a4983f0656ef4180627ec5007

See more details on using hashes here.

Provenance

The following attestation bundles were made for protspace-3.0.0.tar.gz:

Publisher: python.yml on tsenoner/protspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file protspace-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: protspace-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 652.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for protspace-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e4b1e627b72b96348942cc739a99f4ef79cc1a80a4cbb81c478f66ce37a822ba
MD5 da9f1ed6134cc504a1499804d1ec84eb
BLAKE2b-256 ad9fe7a06251f23eadcfa42c5ff6e47beae327ea75901172565a930e100039cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for protspace-3.0.0-py3-none-any.whl:

Publisher: python.yml on tsenoner/protspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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