VHMPT User Manual
1.
What is VHMPT
VHMPT is a graphical Viewer
and editor for Helical Membrane Protein
Topologies.
It is a program that can automatically generate a schematic 2D topology
for a protein with transmembrane helices; the input requires only the protein's
amino acid sequence and sequence range of its helices. Through an interactive
graphical interface, VHMPT allows users to modify layout of the generated
topology, as well as annotate with arrows and texts. In addition, with
a multiple-sequence alignment, VHMPT can color-code the degree of conservation
for each of the aligned amino acids, thus highly conserved (or variable)
amino acids or topology regions of the interested protein can be readily
recognized and visualized in contrasting colors.
VHMPT was written in Tcl/Tk. Therefore, before
installing VHMPT you need to install Tcl/Tk (version 8.0) first, which
you can download from
for Win95/98(For detail information about Tcl/Tk, visit http://dev.scriptics.com/software/tcltk/8.0.tml)
tcl805.exefor Unix
tcl805.tar.gz
tk805.tar.gz
After Tcl/Tk installation, execute the following steps:
For UNIX platform
For Win95/98 platform
- Step 0:
- Download VHMPT(vhmpt.tar.gz). Save it on the directory where VHMPT is going to be installed. For example, you can save it on /home/yourname/vhmpt.
- Step 1:
- Go to that directory, e.g., /home/yourname/vhmpt in this example, and untar, decompress the downloaded VHMPT archive
cd /home/yourname/vhmpt
gzip -dc < VHMPT.tar.gz | tar xf -
- Step 2:
- Execute
wish8.0 ./reconfig.tclto reconfigure VHMPT.
- Step 3:
- Type
wish8.0 tcl/vhmpt.tclto bring VHMPT up.
- Step 0:
- Download VHMPT(vhmpt.zip). Save it on the directory where VHMPT is going to be installed. For example, you can save it on c:\My Documents\VHMPT.
- Step 1:
- Go to that directory, e.g., c:\My Documents\VHMPT in this example, and decompress the downloaded VHMPT archive. You can use WinZip to decompress the downloaded archive.
- Step 2:
- Double click on the reconfig.tcl file to reconfigure VHMPT.
- Step 3:
- Change directory to, say, c:\My Documents\VHMPT\tcl in this example, and double click on vhmpt.tcl.
from a single amino acid sequence filefrom an aligned multiple seguence file
from a conservation score file
reconfigure helix layoutgenerate helix wheel and hydrophobicity parameters
appendix (.helixseq, .aa, .msf, and .score file descriptions)
Our experience with the Tcl/Tk 8.1a2 interpreter on the Win95 platform indicated that it cannot display the control points of VHMPT. It could be that this version of Tcl/Tk interpreter is not as stable as Tcl/Tk 8.0 (patch 2). For best visualization result of VHMPT we suggest use of 1024x768 (or higher) display mode.