Use AlphaFold2

Official Neurosnap webserver for accessing AlphaFold2 online.

Overview

Highly accurate protein structure prediction model that takes an amino acid sequence, MSA, and a template structure as inputs. Both the MSA and template are optional and can be automatically generated. This implementation uses the ColabFold model.

Neurosnap Overview

The AlphaFold2 online webserver allows anybody with a Neurosnap account to run and access AlphaFold2, 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

  • Utilizes the faster & more accurate ColabFold implementation of AlphaFold2.
  • Includes 3D interactive visualizations of all your folded protein.
  • Includes interactive visualizations for pLDDT and PAE metrics as well as downloads.
  • Everything from the protein structure, to the MSA used are available for download.
  • Supports monomers and complexes.
  • Supports the faster mmseqs2 MSA algorithm.
  • Supports different MSA databases, single_sequence, and custom MSA.
  • Supports template detection, no templates, as well as custom templates.
  • Supports Amber structure relaxation / refinement.
  • Supports different pairing modes (unpaired+paired, paired, unpaired).
  • Supports different model types (ptm, multimer-v1, multimer-v2, multimer-v3).
  • Supports different recycling numbers.

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 AlphaFold2 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.

Similar Tools

Explore tools with similar features, categories, and use cases.

Video Tutorial

The following youtube video describes how to use AlphaFold2 using Neurosnap's online webserver. If you have any questions or want to suggest improvements for future tutorials please contact us here.

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 input amino acid sequences for the structures you want to predict in FASTA format. For complexes simply enter the sequence for each chain separately.

Optionally provide a custom template structure for AlphaFold2 to use during prediction. Note that custom templates can only be used if you are predicting the structure of a single protein.

Allowed Types: fasta or a3m
Optionally provide a custom MSA (fasta or a3m format) for AlphaFold2 to use during the prediction. Note that custom MSAs can only be used if you are predicting the structure of a single protein. Make sure the first sequence in the MSA is the one you want to predict the structure of. Sequences will be truncated to the length of the first sequence (sequence that gets folded).

Core Settings

Check this option to utilize amber force fields to relax the predicted structure. This doesn't improve the prediction accuracy but does help remove otherwise distracting stereochemical violations.

Select the model you want to use to predict your structure. For monomers we recommend alphafold2_ptm, for complexes we recommend alphafold2_multimer_v3. If you leave this as auto alphafold2_ptm will be used for monomers and alphafold2_multimer_v3 will be used for complexes.

Advanced Settings

A template is an optional input structure that should be similar—but not identical—to the structure you are trying to predict. AlphaFold2 uses templates as a guide to improve predictions. Selecting "none" disables templates; selecting "pdb70" pulls a similar structure from pdb70. If you upload a custom template, this selection is ignored. Warning: We query a 3rd party service to perform template searches; if you do not wish to share your sequence, do not enable this option.

Choose the MSA database you want to use. Selecting "single_sequence" will result in the MSA containing only your target sequence. Note if you upload a custom MSA then your selection here will be ignored. In most cases mmseqs2_uniref_env tends to produce the best results. Warning: We query a 3rd party service to perform sequence searches, if you do not wish to share your sequence set this to "single_sequence".

This option applies to the input MSA. "unpaired_paired" = pair sequences from same species + unpaired MSA, "unpaired" = separate MSA for each chain, "paired" - only use paired sequences. Pairing the MSA can help AlphaFold2 create better predictions for complexes.

More recycling steps can improve accuracy but also increase prediction time. For smaller proteins and monomers we recommend 5 recycles; for bigger proteins we recommend 10. Maximum of 8 recycles for free users. Upgrade your plan to increase recycling values.

Ends the protein folding process if the improvement between recycling steps doesn't surpass the tolerance value. The tolerance is defined as the RMSD (difference in distance matrices, angstrom units) between recycles. If it drops below the specified value, the recycling will terminate. We recommend a tolerance of 0.3 for smaller proteins and 0.5 for larger proteins and complexes.

Runs the trunk multiple times with different MSA cluster centers (1=default, 8=casp14). More ensembling can improve quality but greatly increases runtime. Maximum of 1 ensemble for free users; contact support to raise this limit.

Check this option to enable "Training Mode" which activates drop out layers within the model. This can be used to force the model to create more diverse predictions.

Ready to submit your job?

Review your configuration, then confirm the estimated credit cost before you run the job.

Note that credit estimates are not guaranteed and runtime can vary depending on inputs and settings.

Estimated Credits: calculating...

To submit a job please login or register an account.