de novo Protein Modeling

De novo protein folding is a very difficult problem in structural biology. This technique works to predict protein tertiary structure from its amino acid sequence. This is done in cases where there is no template structure available (thus, we cannot do homology modeling). Because of how challenging this problem is, it is suitable for small, simple proteins.

A video tutorial can be found here: https://www.youtube.com/watch?v=wIDk5BQtM3w

A demo from Rosetta Commons can be found here: https://www.rosettacommons.org/demos/latest/tutorials/denovo_structure_prediction/Denovo_structure_prediction

The method outlined shows you how to predict protein structures with an amino acid sequence using the Rosetta AbinitioRelax protocol.

Part I – Prepare your input files
Part II – Run the Rosetta AbInitioRelax application
Part III – Analyze your results
Part IV – Adding Experimental Data

  1. Input Files
    Necessary: Optional:
    • Protein amino acid sequence (FASTA)
    • Secondary structure prediction
    • Fragment library files
    • Rosetta Options file
    • Native Structure (PDB)
    • Constraints file – from experimental data
    1. Save your protein sequence to a file in FASTA format.
    2. Prepare fragment files by generating on your local machine OR submitting your FASTA file to the Robetta server: http://robetta.bakerlab.org/
    3. If available, copy the reference structure (usually native structure) into your input file directory to compare generated models to known native structure.
    4. The options file for Rosetta Abinitio contains all the flags needed to run your application. An example file is provided below (taken from the Rosetta workshop tutorial by the Meiler Lab).


  2. Run Rosetta AbinitioRelax
    1. Run:
      $> ../../../main/source/bin/AbinitioRelax.default.linuxcgccrelease @input_files/options
    2. This will take 10-20 minutes per structure. For an actual production run, 10,000 to 100,000 models need to be generated.

  3. Analyze your results
    1. Plot score vs rmsd
    2. Extract best scoring model
    3. Cluster analysis to sort structure by similarity.

  4. Adding Experimental Data
    Experimental data can improve prediction outcomes.
    Below is a sample constraints file for EPR data (RosettaEPR) or NMR data (RosettaNMR) [taken from Rosetta workshop tutorial by Meiler Lab].

For further reading:
[1] De novo folding: Rohl et al., 2004, Methods Enzymol, 383:66-93
[2] RosettaEPR: Alexander et al., 2008, Structure, 16:181-195
[3] RosettaNMR: Kuenze et al., 2019, Structure, 27:1721-1734