Chapter 8 Exercise Answers
8.1 Chapter 3
What action brings up the console in the YASARA window?
Pressing the Space Bar. A second press brings up the larger console
What console command allows you to swap a residue?
SearchDoc swap bring up the index and with some reading you will find SwapRes is the appropriate command
Where would you find the distance between to atoms?
Atom Properties in the HUD. If the two atoms are connected it will be in the “Bonds” section, if you are looking between two selections, then in the “Marked Distance” row.
How can you bring up the previous command in the console?
Up Arrow
What is potentially problematic about the following file names?
ubiquitin.pdb –> Non-specific name. Not clear when it was made or what it might be
first model of a protein!.pdb –> Spaces in the name and an !.
1_model_ubiquitin.pdb –> first digit is a single digit not 01 which would be better for ordering in the file explorer
8.2 Chapter 4
If you had colored a molecule and wanted to save the model and the stylizing of the model, which file types would be best? .yob or .sce will include colors in the file
What does the asterisk (*) mean in the Filename box when loading or saving a file?
The asterisk is a wild-card operator that is replaced by the appropriate file name
What is the largest level of model organization in YASARA? The smallest?
Obj>Mol>Res>Atom
What repository contains most biomolecule models?
The RCSB which is also called the PDB or Protein Data Bank
What might each of the commands below do? What do they act on?
>LoadPDB 1ubq, download=yes # Load the PDB file from the RCSB of 1ubq
>SelectAtom 100-150 # Select atoms 100 to 150 in the viewing window
>ColorObj 3 4, green # Color objects 3 and 4 green
>CountAtom Obj 2 Ala # Count the number of atoms in all of the alanine residues in Obj 2
8.3 Chapter 5
#Load PDB
>LoadPDB 1qsn, download=yes
# Position and Orient the molecule
>PosOriObj 01, X=0.000, Y=0.000, Z=75, Alpha=45, Beta=190, Gamma=50
# Make the surface
>ShowSurfMol atom 1, type=molecular, OutCol = red, OutAlpha = 40
# Stylize the coenzyme A
>BallRes coa
# Show the amino acid side chains in the peptide
>ShowRes Mol B
# Hide the enzyme secondary structure
>HideSecStrMol atom 1
8.4 Chapter 6
# Load PDB
>LoadPDB 148L, download=yes
# Make the background white
>ColorBG white
# Position the object
>PosOriObj 01, X=1.5, Y=-2.5, Z=70, Alpha=-20, Beta=30, Gamma=-60
# Remove the waters
>DelRes HOH
# Style the enzyme
>Style Ribbon
# Style the ligand
>BallStickMol S
# Color the enzyme
>ColorMol E, grey
# Make the surface
>ShowSurfMol E,Type=Molecular,OutCol=cyan,OutAlpha=35,Specular=Yes
# Make the label
>LabelMol S,Format="N-ACETYLMURAMIC ACID",Height=3.0,Color=Red,X=0.0,Y=0.0,Z=0.0
# Move the label around until it is in the proper position
8.5 Chapter 6
CountRes hoh
should result in 140 residues14 residues contact Mol S
# Method 1
>SelectRes all with distance <5 from Mol S
>UnselectRes !protein
>CountRes selected
# Method 2
>SelectRes protein with distance <5 from Mol S
>CountRes selected
8.6 Chapter 7
LoadPDB 1UBQ, download=yes
DelRes hoh
ZoomAll Steps=20
BallObj 1
AutoRotateObj 1, Y = 1
ShowMessage Ball representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
BallStickObj 1
AutoRotateObj 1, Y = 1
ShowMessage Ball-Stick representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
StickObj 1
AutoRotateObj 1, Y = 1
ShowMessage Stick representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
Style Trace
AutoRotateObj 1, Y = 1
ShowMessage Trace representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
Style Tube
AutoRotateObj 1, Y = 1
ShowMessage Tube representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
Style Ribbon
AutoRotateObj 1, Y = 1
ShowMessage Ribbon representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
Style Cartoon
AutoRotateObj 1, Y = 1
ShowMessage Cartoon representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000
Style Sidechain
AutoRotateObj 1, Y = 1
ShowMessage Cartoon with sidechains representation
Wait 360
HideMessage
PosOriObj 01, X=-1.650, Y=-0.442, Z=35.671, Alpha=0.000, Beta=0.000, Gamma=0.000