include ("header.php"); include ("titlebartop.html"); echo "How to create a VIPER web page"; include ("titlebarbottom.html"); ?>
|
Abstract: This document describes the ways and means of generating a VIPER webpage. As of the Jan 2000, VIPER web-entry requires 6 pieces of significant information/data/figures.
1) How to transform the coordinates into VIPER convention:
This particular step requires the need for the program GRASP (Graphical
representation and Analysis
- cd /cb/multiscale/viper/Grasp
- copy the pdbid.pdb1 to the current directory
- estimate the average Z-coordinate
- now plug-in the maximum AVERAGE radius in place of 0.0 (number
above EOF) in gen_half_bo.sh
- Now you are ready to create the surface rendering:
- Create a HTML document with the two above images that correspond to
the rendered image
3) A schematic icosahedral cage representing the geometry/architecture
of quaternary organization of the capsid structure.
cd /cb/multiscale/viper/CHAINS
to generate T1 cage:
to generate T3 cage:
to generate T3 (truncated icosahedral cage)
to generate a GENERIC cage:
4) Ribbon diagram representing the tertiary structure
of the subunit/protomer.
cd /cb/multiscale/viper/HTML/UNIT
** copy the pdb coordinates to your directory:
molauto -nice pdb_id.pdb1 >! pdb_id.mols
edit pdb_id.mols
molscript -r < pdb_id.mols | render -sgi pdb_id.rgb
** convert 'rgb' image file to 'jpg' file (on sgi)
** link the 'pdb_id.jpg' as an image in the pdb_id.html (webpage).
5) Oligomeric (capsomeric) organization of the subunits.
1) cd /cb/multiscale/viper/CHAINS
2) Split the protomer into individual subunits:
3) Now generate the symmetry related subunits;
for each pdb-file run
capsomer.sh pdb_id_A.pdb t3a.mat pdb_1(or t4a.mat, if it's a T=4 virus)
4) obtain first and last residues in each pdb_? and incarporate them
in t3.mols/t4.mols etc. under the
5) now run molscript
molscript -r < t3.mols | render -sgi pdb_id.rgb
imgcopy pdb_id.rgb pdb_id.jpg
move the the file to /cb/multiscale/viper/CAP/pdb_id.rgb and link it
up.
6) List the properties/information such as PDB-ID,
SWISS-PROT-ID for amino acid sequence, maximum diameter, transformation
matrix (pdb2viper) and transformed coordinates.
1) by now, you know how to get the PDB-ID information. If not check
the http://www.rcsb.org/pdb/
2) to get the SWISS-PROT ID go to http://www.expasy.ch/sprot/
3) get the max. raidus by
cd /cb/multiscale/viper/CHAINS
ave_rad < ../HTML/TPDB/???.pdb1
check for the 'Overall' maximum radius and 2 x that would give you the
Max. diameter.
|