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_d3/ -> 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, fragment, length_fixed, length_quantile, protein_existence, protein_families, reviewed

InterPro: cath, superfamily, signal_peptide

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

Note: Some taxonomy parsing may have minor issues. Additional features in development.

🔧 Advanced Usage

Command Options

protspace-query (UniProt search):

  • -q, --query: UniProt search query (required)
  • -o, --output: Output directory (required)
  • -f, --features: Features to extract (comma-separated)
  • -m, --methods: Reduction methods (e.g., pca2,umap3,tsne2)
  • --non-binary: Use legacy JSON format
  • --keep-tmp: Keep temporary files

protspace-local (Local data):

  • -i, --input: HDF5 embeddings or CSV similarity matrix (required)
  • -o, --output: Output directory (required)
  • -f, --features: Features to extract (comma-separated) (legacy usage: csv metadata file path)
  • -m, --methods: Reduction methods (e.g., pca2,umap3,tsne2)
  • --non-binary: Use legacy JSON format

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-2.3.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-2.3.0-py3-none-any.whl (645.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: protspace-2.3.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-2.3.0.tar.gz
Algorithm Hash digest
SHA256 198ad3ddc12c7928907f9c93b56f1980ea83c1d32496cf0629e9672af66cf23f
MD5 4837559a02a587089a048ab2d1667371
BLAKE2b-256 66597efb9430ef160caf4ca0d8e2baed7146c1bd643b2bcc4dca83a8cabae667

See more details on using hashes here.

Provenance

The following attestation bundles were made for protspace-2.3.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-2.3.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for protspace-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6756fd16cb547f946a2822f2b9fd4e4386627a8a71713355acb708c2214067ab
MD5 8ca87efc4fbbb13669a32e7a25d6b8ce
BLAKE2b-256 3e1bdabaddebe4ff5b8203a876d7abae082c104689dfcee9393b311dea9c5a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for protspace-2.3.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