Rosetta High Resolution Protein Structure Refinement Protocol: Difference between revisions

From NESG Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
== '''Rosetta High Resolution Protein Structure Refinement Protocol''' ==
== '''Introduction''' ==


[http://depts.washington.edu/ventures/UW_Technology/Express_Licenses/rosetta.php Rosetta] is a molecular modeling software package developed in the Baker Laboratory (U. of Washington) for the study and prediction of protein structures, and protein-DNA and protein-protein interactions.  This section describes how the program has been used for the unrestrained refinement of X-ray and NMR protein structures in the NESG [1].


Before running Rosetta, please make directory with:
== '''Protocol''' ==
* rosetta_database (directory)
** paths.txt
**  1pdb.pdb (PDB file for single xray or nmr structure, with chain A reference removed)
**  1pdb_.fasta (containing full length sequence)
**  aa1pdb_03_05.200_v1_3  (3mer fragment files generated for 1pdb sequence)
**  aa1pdb_09_05.200_v1_3  (9mer fragment files generated for 1pdb sequence)
Note:  fragment files can be obtained from the [http://robetta.bakerlab.org/fragmentsubmit.jsp  Robetta fragment server].


Before running Rosetta, please make directory with:


=== '''X-ray Structure Refinement''' ===
*rosetta_database (directory)
#  Input pdb files into Rosetta format
**paths.txt
#  Add "missing" residues, such as N- and C-term, relax
**1pdb.pdb (PDB file for single xray or nmr structure, with chain A reference removed)
#  Idealize geometry
**1pdb_.fasta (containing full length sequence)
#  Relax single input structure with backbone perturbations and sidechain repacking.
**aa1pdb_03_05.200_v1_3 (3mer fragment files generated for 1pdb sequence)
**aa1pdb_09_05.200_v1_3 (9mer fragment files generated for 1pdb sequence)


=== '''NMR Structure Refinement''' ===
Note: fragment files can be obtained from the [http://robetta.bakerlab.org/fragmentsubmit.jsp Robetta fragment server].


#  Input pdb files into Rosetta format
<br>  
# Add "missing" residues, such as N- and C-term, relax (not needed If NMR structure is for full length sequence)
#  Idealize geometry
#  Rebuild loops, relax and minimize
=== '''Commands''' ===
<nowiki>
# rosetta -score -fa_input -s xxxx.pdb -nstruct n -use_pdb_numbering
# rosetta aa 1pdb _ -relax -looprlx -s <your input file > -fa_input -loop_file  <loop_file_name> -nstruct1   
# rosetta -pose_idealize -s <input file name> -fa_input -nstruct 1
# rosetta aa 1pdb _ -relax -farlx -looprlx -loop_file <loop_file_name> -ex1  -ex2 -fa_input -s <input pdb file> -random_loop -loop_skip_rate 0.3 -farlx_cycle_ratio 1.0 -full_filename -nstruct < number of structures you want>
# rosetta aa 1pdb _ -relax -farlx -s <input pdb file> -fa_input -ex1 -ex2 -short_range_hb_weight 0.50 -long_range_hb_weight 1.0 -farlx_cycle_ratio 1.0 -full_filename -nstruct <as many structures as you want>
</nowiki>


=== '''Files for Download''' ===
=== '''X-ray Structure Refinement'''  ===
* Click to download [[NESG:%ATTACHURL%/Rosetta_Protocol.doc|Rosetta_Protocol.doc]]: Rosetta protocol in word format
 
* Click to download [[NESG:%ATTACHURL%/example_NMR_rosetta_refinement.tar.gz|example_NMR_rosetta_refinement.tar.gz]]: Example files for NMR Rosetta Refinement
#Input pdb files into Rosetta format
* Click to download [[NESG:%ATTACHURL%/example_Xray_rosetta_refinement.tar.gz|example_Xray_rosetta_refinement.tar.gz]]: Example files for Xray Rosetta Refinement
#Add "missing" residues, such as N- and C-term, relax
#Idealize geometry
#Relax single input structure with backbone perturbations and sidechain repacking.
 
<br>
 
=== '''NMR Structure Refinement'''  ===
 
#Input pdb files into Rosetta format
#Add "missing" residues, such as N- and C-term, relax (not needed If NMR structure is for full length sequence)
#Idealize geometry
#Rebuild loops, relax and minimize
 
=== '''Commands'''  ===
<pre>1. rosetta -score -fa_input -s xxxx.pdb -nstruct n -use_pdb_numbering
2. rosetta aa 1pdb _ -relax -looprlx -s &lt;your input file &gt; -fa_input -loop_file &lt;loop_file_name&gt; -nstruct1
3. rosetta -pose_idealize -s &lt;input file name&gt; -fa_input -nstruct 1
4. rosetta aa 1pdb _ -relax -farlx -looprlx -loop_file &lt;loop_file_name&gt; -ex1 -ex2 -fa_input -s &lt;input pdb file&gt; -random_loop -loop_skip_rate 0.3 -farlx_cycle_ratio 1.0 -full_filename -nstruct &lt; number of structures you want&gt;
5. rosetta aa 1pdb _ -relax -farlx -s &lt;input pdb file&gt; -fa_input -ex1 -ex2 -short_range_hb_weight 0.50 -long_range_hb_weight 1.0 -farlx_cycle_ratio 1.0 -full_filename -nstruct &lt;as many structures as you want&gt;
</pre>
=== '''Files for Download''' ===
 
*Click to download [[Media:Rosetta_Protocol.doc|Rosetta_Protocol.doc]]: Rosetta protocol in word format  
*Click to download [[Media:Example_NMR_rosetta_refinement.tar.gz|example_NMR_rosetta_refinement.tar.gz]]: Example files for NMR Rosetta Refinement  
*Click to download [[Media:Example_Xray_rosetta_refinement.tar.gz|example_Xray_rosetta_refinement.tar.gz]]: Example files for Xray Rosetta Refinement
 
<br>
 
== '''References'''  ==
 
[http://www.ncbi.nlm.nih.gov/pubmed/18816799?itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum&ordinalpos=1 1.&nbsp; Ramelot, T.A., Raman, S., Kuzin, A.P., Xiao, R., Ma, L-C., Acton, T.B., Hunt, J.F., Montelione, G.T., Baker, D., and Kennedy, M.A. (2008) Improving NMR protein structure quality by Rosetta refinement: a molecular replacement study.''PROTEINS 75'': 147 - 167.]

Latest revision as of 20:45, 6 January 2010

Introduction

Rosetta is a molecular modeling software package developed in the Baker Laboratory (U. of Washington) for the study and prediction of protein structures, and protein-DNA and protein-protein interactions.  This section describes how the program has been used for the unrestrained refinement of X-ray and NMR protein structures in the NESG [1].

Protocol

Before running Rosetta, please make directory with:

  • rosetta_database (directory)
    • paths.txt
    • 1pdb.pdb (PDB file for single xray or nmr structure, with chain A reference removed)
    • 1pdb_.fasta (containing full length sequence)
    • aa1pdb_03_05.200_v1_3 (3mer fragment files generated for 1pdb sequence)
    • aa1pdb_09_05.200_v1_3 (9mer fragment files generated for 1pdb sequence)

Note: fragment files can be obtained from the Robetta fragment server.


X-ray Structure Refinement

  1. Input pdb files into Rosetta format
  2. Add "missing" residues, such as N- and C-term, relax
  3. Idealize geometry
  4. Relax single input structure with backbone perturbations and sidechain repacking.


NMR Structure Refinement

  1. Input pdb files into Rosetta format
  2. Add "missing" residues, such as N- and C-term, relax (not needed If NMR structure is for full length sequence)
  3. Idealize geometry
  4. Rebuild loops, relax and minimize

Commands

1. rosetta -score -fa_input -s xxxx.pdb -nstruct n -use_pdb_numbering
2. rosetta aa 1pdb _ -relax -looprlx -s <your input file > -fa_input -loop_file <loop_file_name> -nstruct1
3. rosetta -pose_idealize -s <input file name> -fa_input -nstruct 1
4. rosetta aa 1pdb _ -relax -farlx -looprlx -loop_file <loop_file_name> -ex1 -ex2 -fa_input -s <input pdb file> -random_loop -loop_skip_rate 0.3 -farlx_cycle_ratio 1.0 -full_filename -nstruct < number of structures you want>
5. rosetta aa 1pdb _ -relax -farlx -s <input pdb file> -fa_input -ex1 -ex2 -short_range_hb_weight 0.50 -long_range_hb_weight 1.0 -farlx_cycle_ratio 1.0 -full_filename -nstruct <as many structures as you want>

Files for Download


References

1.  Ramelot, T.A., Raman, S., Kuzin, A.P., Xiao, R., Ma, L-C., Acton, T.B., Hunt, J.F., Montelione, G.T., Baker, D., and Kennedy, M.A. (2008) Improving NMR protein structure quality by Rosetta refinement: a molecular replacement study.PROTEINS 75: 147 - 167.