Use ProSST Mutation Effect Prediction

Official Neurosnap webserver for accessing ProSST Mutation Effect Prediction online.

Overview

ProSST is a protein language model that integrates sequence and structural information for enhanced protein function prediction. It employs a structure quantization module to convert 3D protein structures into discrete tokens using a GVP encoder and k-means clustering, coupled with a Transformer architecture featuring sequence-structure disentangled attention. Pre-trained on 18.8 million protein structures, ProSST achieves state-of-the-art performance in zero-shot mutation effect prediction (e.g., Spearman correlation of 0.504 on ProteinGYM) and supervised tasks like protein localization (94.32% accuracy on DeepLoc). The model explicitly learns residue-structure relationships, enabling robust predictions even for stability, binding, and expression-related mutations.

Neurosnap Overview

The ProSST Mutation Effect Prediction online webserver allows anybody with a Neurosnap account to run and access ProSST Mutation Effect Prediction, no downloads required. Information submitted through this webserver is kept confidential and never sold to third parties as detailed by our strong terms of service and privacy policy.

View Paper

Features

  • Combines protein sequences and 3D structures via a Transformer with disentangled attention.
  • Quantizes local residue structures into discrete tokens using a GVP encoder and k-means clustering.
  • Outperforms SOTA models in zero-shot mutation prediction (Spearman: 0.504) and supervised tasks (e.g., 94.32% accuracy on DeepLoc).
  • Pre-trained on 18.8 million protein structures from AlphaFoldDB, enabling broad applicability.

Statistics

Neurosnap periodically calculates runtime statistics based on job execution data. These estimates provide a general guideline for how long your job may take, but actual runtimes can vary significantly depending on factors like input size or settings used.

Statistic Value
Credit Usage Rate loading...
Estimated Total Cost loading...
Runtime Mean loading...
Runtime Median loading...
Runtime Standard Deviation loading...
Runtime 90th Percentile loading...
Runtime Longest loading...

API Request

Access ProSST Mutation Effect Prediction using the Neurosnap API by sending a request using any programming language with HTTP support. To safely generate an API key, visit the API tab of your overview page.

Job Note

Provide a name or description for your job to help you organize and track its results. This input is solely for organizational purposes and does not impact the outcome of the job.

Configuration & Options

Service Inputs

The structure of the wild-type protein you want to evaluate mutants for. It should be a single-chain protein and match the provided sequence.

Input mutations using the format WildType-Position-Mutant (e.g., T159M). For variants with multiple mutations, separate them with colons (e.g., T159M:D166V). Each line represents a distinct mutant variant. Example: 'L452R:E484K' defines one variant with two mutations, while 'N501Y' is a single mutation. Ensure positions match the wild-type sequence.

Ready to submit your job?

Once you're done just hit the submit button below and let us do the rest.

To submit a job please login or register an account.