jV Manual
Version 3.8, 13 July 2010
The program 'jV' has been developed by Kengo Kinoshita (Graduate School of Information Sciences, Tohoku University) and Haruki Nakamura (Institute for Protein Research, Osaka Univeristy), as one of the activities of Protein Data Bank Japan (PDBj), supported by grant-in-aid from Institute for Bioinformatics Research and Development, Japan Science and Technology Corporation (BIRD-JST).| • | JRE (includes Java Plug-in) 1.4.2 or later | |
| • | JOGL JSR-231 |
anim forward {<value>}
Starts animation forward. If the <value> is given, just move frames forward by the specified amount.
anim backward {<value>}
Starts animation backward. If the <value> is given, just move frames backward by the specified amount.
anim stop
Stops animation.
animframe <frame> {<file_ID>}
Sets the frame of all animation files for the specified value. When <file_ID> is given, only the specified file is processed.
animmode once
Sets the behavior of animation for 'once'. When the frame reaches the last one, animation is stopped.
animmode loop
Sets the behavior of animation for 'loop'. When the frame reaches the last one, animation is reset to the first frame and continues playing.
animmode swing
Sets the behavior of animation for 'swing'. When the frame reaches the last one, the direction of animation is reversed.
animrange <init_frame>-<term_frame> {<file_IDs>}
Sets the range of all animation files. When
animselect {-a/-r} <file_IDs>
Selects the specified files and makes the others not selected. More than one file IDs can be specified by putting commas as the delimiter. When the option -a or -r is specified, only the selection status of the specified files are modified, selected or not selected, respectively, and the others remain unchanged.
animspeed <speed>
Sets the animation speed. The argument should be an integer value from 1 to 20.
animstep <step> {<file_ID>}
Sets the step of all animation files for the specified value. When <file_ID> is given, only the specified file is processed.
backbone {on/true}
Turns on the selected backbone bonds.
backbone off/false
Turns off the selected backbone bonds.
backbone <radius>
Turns on the selected backbone bonds with the specified raidus (angstrom or Rasmol unit). The maximum parameter value is 2.0.
background <color>
Changes the background color. The color may be given as RGB values [r,g,b], or predefined color names.
cartoon {on/true}
Turns on the thick ribbons for the selected residues.
cartoon off/false
Turns off the thick ribbons for the selected residues.
cartoon <half_width>
Turns on the thick ribbons for the selected residues with the specified half width (angstrom or Rasmol unit). The maximum parameter value is 4.0.
center {-r/-s} {<atom_expression>}
Sets the center of rotation and the center of the screen to the center of a group of atoms specified by the atom expression. When the option -r or -s is specified, only the center of rotation or the center of the screen is modified, respectively.
center {-r} [x, y, z]
Moves the center of rotation and the center of the screen from the current position by the specified amount. When the option -r is specified, only the center of rotation is modified.
center {-r} {x, y, z}
Sets the center of rotation and the center of the screen to the specified coordinates. When the option -r is specified, only the center of rotation is modified.
center -s [x, y]
Moves the center of the screen from the current position by the specified amount.
center -s {x, y}
Sets the center of the screen to the specified coordinates.
color {atoms} <color>
Sets the color of the selected atoms. The color may be given as RGB values [r,g,b], predefined color names, or predefined color schemes; amino, chain, charge, cpk, group, shapely, structure, and temperature.
color bonds/backbone/ribbons/hbonds/ssbonds/ribbonback <color>
Sets the color of the specified object. The color may be given as RGB values [r,g,b] or predefined color names. For hydrogen bonds, color scheme 'type' can be specified.
color bonds/backbone/ribbons/hbonds/ssbonds/ribbonback none
Resets the color of the specified object.
colorvertex <color>
Sets the color of the selected vertices. The color may be given as RGB values [r,g,b] or predefined color names.
colorvertex none
Resets the color of the selected vertices.
cpk
A synonym of the spacefill command.
define <name> <atom_expression>
Associates an arbitrary set of atoms with a unique name.
display all
Displays the image of all files.
display none
Turns off the image of all files.
display {-a/-r} <file_IDs>
Displays the image of the specified files and turns off the others. More than one file IDs can be specified by putting commas as the delimiter. When the option -a or -r is specified, turns the image of the specified files on or off, respectively, and the others remain unchanged.
displayatom {on/true}
Displays the selected atoms.
displayatom off/false
Turns off the selected atoms.
displayvertex {on/true}
Displays the selected vertices.
displayvertex off/false
Turns off the selected vertices.
echo <string>
Echoes the specified message back to the message area.
exit
Terminates the application.
fit <file1_ID> <file2_ID>
Sets the transform matrix of file1 identical to that of file2.
fselect all
Selects all files.
fselect none
Selects no files.
fselect {-a/-r} <file_IDs>
Selects the specified files and makes the others not selected. More than one file IDs can be specified by putting commas as the delimiter. When the option -a or -r is specified, only the selection status of the specified files are modified, selected or not selected, respectively, and the others remain unchanged.
hbonds {on/true}
Turns on the selected hydrogen bonds.
hbonds off/false
Turns off the selected hydrogen bonds.
hbonds <radius>
Turns on the selected hydrogen bonds with the specified raidus (angstrom or Rasmol unit). The maximum parameter value is 2.0.
load {pdbml} <filename> {fit <file_ID>}
Opens a PDBML file. URL can be used to open a remote file. On loading, the transform matrix can be set identical to that of the specified file.
load pdb <filename> {fit <file_ID>}
Opens a PDB file. URL can be used to open a remote file. On loading, the transform matrix can be set identical to that of the specified file.
load polygon <filename> {fit <file_ID>}
Opens a polygon file. URL can be used to open a remote file. On loading, the transform matrix can be set identical to that of the specified file.
load animation <filename> {fit <file_ID>}
Opens an animation file. URL can be used to open a remote file. On loading, the transform matrix can be set identical to that of the specified file.
load ftp <PDB_code> {fit <file_ID>}
Retrieves a PDBML file from the PDBj FTP site and opens it. On loading, the transform matrix can be set identical to that of the specified file.
load efsite <efsite_ID>
Retrieves the PDB file and efvet file from eF-site database.
pause
Stops the execution of a script file until any key is pressed to restart.
pdbj_describe <file_id> {<name>}
Shows the document for the jV_command in PDBMLplus specified by file ID and name.
When the name is not specified, all available names are listed.
pdbj_execute <file_id> <name>
Executes the jV_command in PDBMLplus specified by file ID and name.
quit
A synonym of the exit command.
refresh
Redraws all images.
reset
Restores the original viewing transformation of all images, the center of rotation, and the view point.
reset cartoon
Restores the thickness of the cartoon representation.
reset line_width
Restores the width of lines in polygon images.
reset pickradius
Restores the mouse-pickable region of each atom.
reset point_size
Restores the size of points in polygon images.
reset polyline_width
Restores the width of polylines in polygon images.
reset transparency
Restores the transparency of polygon images.
reset point_transparency
Restores the transparency of points in polygon images.
reset line_transparency
Restores the transparency of lines in polygon images.
reset triangle_transparency
Restores the transparency of triangles in polygon images.
reset quad_transparency
Restores the transparency of quads in polygon images.
reset polyline_transparency
Restores the transparency of polylines in polygon images.
ribbons {on/true}
Turns on the ribbon surfaces for the selected residues.
ribbons off/false
Turns off the ribbon surfaces for the selected residues.
ribbons <half_width>
Turns on the ribbon surfaces for the selected residues with the specified half width (angstrom or Rasmol unit). The maximum parameter value is 4.0.
rotate x/y/z <angle>
Rotates images about the specified axis by the specified angle in degrees.
save {pdb} <filename>
Saves the currently selected set of atoms in a PDB format file.
save script <filename>
Creates a script file that reproduces the currently displayed image.
save png <filename>
Creates a PNG image file of the currently displayed image.
save jpeg <filename> {<quality>}
Creates a JPEG image file of the currently displayed image. The compression quality can be specified, 0 < quality <= 1, where 'quality = 1' means no compression.
script <filename>
Opens and executes the specified script file. URL can be used to open a remote file.
select
Selects all atoms. Whether hetero atoms and hydrogens are selected or not depends on the internal parameters, hetero and hydrogen, respectively.
select all
Selects all atoms including hetero atoms and hydrogens.
select none
Selects no atoms.
select <atom_expression>
Selects a group of atoms specified by the atom expression.
selectvertex {all}
Selects all vertices.
selectvertex none
Selects no vertices.
selectvertex <vertex_expression>
Selects a group of vertices specified by the vertex expression.
set ambient {<value>}
Sets the amount of ambient light. The value must be between 0 and 100. When the parameter is not specified, it is restored to the default value 33.
set adjustview on
The view point is automatically adjusted when a new file is loaded.
set adjustview off
The view point is kept unchanged when a new file is loaded.
set background <color>
Changes the background color. The color may be given as RGB values [r,g,b], or predefined color names.
set bondmode and
Specifies how to select an individual bonds. A bond is selected when both atoms connected by the bond are selected.
set bondmode or
Specifies how to select an individual bonds. A bond is selected when either of the connected atoms is selected.
set cartoon {<value>}
Specifies the thickness of the cartoon representation (angstrom or Rasmol unit). The maximum parameter value is 2.0. When the parameter is not specified, it is restored to the default value.
set cartoon_loop_tube on
The loop region is drawn as tube in the cartoon representation.
set cartoon_loop_tube off
The loop region is drawn as square pillar in the cartoon representation.
set cartoon_round on
Square pillar with round edge is drawn in the cartoon representation (except beta strands).
set cartoon_round off
Square pillar is drawn in the cartoon representation.
set center <atom_expression>
Sets the default center of the selected files to the center of the specified atoms.
set center [x, y, z]
Sets the default center of the selected files to the specified coordinates.
set diffuse1 {<value>}
Sets the amount of the first diffuse light. The value must be between 0 and 100. When the parameter is not specified, it is restored to the default value 50.
set diffuse1_direction {[x, y, z]}
Sets the direction of the first diffuse light. When the parameter is not specified, it is restored to the default value [-1, -1, -1].
set diffuse2 {<value>}
Sets the amount of the second diffuse light. The value must be between 0 and 100. When the parameter is not specified, it is restored to the default value 50.
set diffuse2_direction {[x, y, z]}
Sets the direction of the second diffuse light. When the parameter is not specified, it is restored to the default value [1, -1, -1].
set drawlevel <value>
Specifies precision of the rendering of spheres and cylinders. The value may be given as an integer (minimum 5) that stands for the number of straight line segments to represent an arc of 180 degrees.
set efsite_url <URL>
Sets the URL for eF-site.
set ext_site_url <prefix> <URL>
Sets the URL for an external database site.
set hbonds backbone
Hydrogen bonds are displayed between backbones.
set hbonds sidechain
Hydrogen bonds are displayed between sidechains.
set hetero on
Sets the default behavior of the select command such that hetero atoms are selected.
set hetero off
Sets the default behavior of the select command such that hetero atoms are not selected.
set hydrogen on
Sets the default behavior of the select command such that hydrogens are selected.
set hydrogen off
Sets the default behavior of the select command such that hydrogens are not selected.
set imagesize <width> <height>
Sets the size of the 3D-rendering panel in pixels. The size will be set within the screen size with the width being an even integer.
set line_width <value>
Sets the width of lines in polygon images. The <value> should be larger than 0.
set loadcenter on
When a file is opened, sets the default center of that file to the center of all files that have already opened.
set loadcenter off
When a file is opened, sets the default center of that file according to its own coordiantes.
set pdbml_noatom_url <URL>
Sets the URL for PDBML noatom files.
set pdbml_extatom_url <URL>
Sets the URL for PDBML extatom files.
set pdbml_plus_url <URL>
Sets the URL for PDBMLplus files.
set picking off
Turns off the mouse picking.
set picking ident
Sets the mouse picking behavior to show atom identification.
set picking coord
Sets the mouse picking behavior to show atom coordinates with identification.
set picking distance
Sets the mouse picking behavior to show the distance between atoms successively picked.
set picking center
Sets the mouse picking behavior to specify the center of rotation and center of the screen.
set picking select
Sets the mouse picking behavior to select the file that contains the atom picked.
set pickradius <value>
Sets the mouse-pickable region of each atom to be the sphere centered to each atom with the specified radius (angstrom or Rasmol unit).
set point_size <value>
Sets the size of points in polygon images. The <value> should be larger than 0.
set polyline_width <value>
Sets the width of polylines in polygon images. The <value> should be larger than 0.
set projection perspective
Sets the projection mode for a perspective projection.
set projection parallel {<size>}
Sets the projection mode for a parallel projection. The size of image (fit to the height of the screen) can be specified (angstrom or Rasmol unit).
set ribbonback <color>
Sets the color of the back of ribbon models. The color may be given as RGB values [r,g,b] or predefined color names.
set ribbonback none
Resets the color of the back of ribbon models.
set specular on/true
Enables the display of specular highlights on solid objects.
set specular off/false
Disables the display of specular highlights on solid objects.
set specular <value>
Enables the display of specular highlights on solid objects. The value between 0 and 100 specifies the specular color in gray scale with 0 and 100 being black and white, respectively. The default value is 50.0.
set specpower <value>
Sets the shininess of solid objects. The value between 0 and 100 specifies a material reflection coefficient with 0 being diffuse surfaces and 100 being shiny surfaces.
set ssbonds backbone
Disulfide bonds are displayed between backbones.
set ssbonds sidechain
Disulfide bonds are displayed between sidechains.
set stereo
A synonym of the stereo command.
set transparency <value>
Sets the transparency of polygon images.
set point_transparency <value>
Sets the transparency of points in polygon images.
set line_transparency <value>
Sets the transparency of lines in polygon images.
set triangle_transparency <value>
Sets the transparency of triangles in polygon images.
set quad_transparency <value>
Sets the transparency of quads in polygon images.
set polyline_transparency <value>
Sets the transparency of polylines in polygon images.
set viewpoint {x, y, z}
Sets the viewpoint to the specified coordinates.
show efsite_url
Displays the URL for eF-site.
show ext_site_url
Displays the URL for external database sites.
show godata
Displays gene ontology data of molecules.
show imagesize
Displays the size of the 3D-rendering panel.
show information
Displays a detail discription of molecules.
show pdbml_url
Displays the URL for PDBML files.
show site {<prefix>:<db>:<category>}
Displays site information in an external database.
show transform
Displays the transform matrix of molecules.
show viewpoint
Displays the current viewpoint.
show pdbj
Displays keywords available in PDBj expression.
slab {on/true}
Enables the z-clipping plane of molecules and polygons.
slab off/false
Disables the z-clipping plane of molecules and polygons.
slab <ratio>
Sets the position of the z-clipping plane of molecules and polygons. The parameter may be given as a number from 0 to 100. The values 0 and 100 represent that image as a whole is completely invisible and visible, respectively.
slab -v <value>
Sets the position of the z-clipping plane of molecules and polygons by specifying the z coordinate value.
spacefill {on/true}
Turns on the ball image of the selected atoms.
spacefill off/false
Turns off the ball image of the selected atoms.
spacefill <radius>
Turns on the ball image of the selected atoms with the specified radius (angstrom or Rasmol unit). The maximum parameter value is 3.0.
spacefill temperature
Turns on the ball image of the selected atoms using the temperature factor as radius.
ssbonds {on/true}
Turns on the selected disulfide bonds.
ssbonds off/false
Turns off the selected disulfide bonds.
ssbonds <radius>
Turns on the selected disulfide bonds with the specified raidus (angstrom or Rasmol unit). The maximum parameter value is 2.0.
stereo {on/true}
Enables stereo display. This command without arguments cycles three state; 'stereo off', 'stereo on' in cross-eyed mode and 'stereo on' in parallel-eyed mode.
stereo off/false
Disables stereo display.
stereo <angle>
Enables stereo display with the specified separation angle. Positive and negative values represent cross-eyed and parallel-eyed viewing, respectively.
structure
Estimates the secondary structure using Kabsch and Sander's DSSP algorithm.
trace {on/true}
Turns on a tube representation for the selected residues.
trace off/false
Turns off a tube representation for the selected residues.
trace <radius>
Turns on a tube representation for the selected residues with the specified radius (angstrom or Rasmol unit). The maximum parameter value is 2.0.
translate x/y/z <value>
Moves images along the specified axis by the specified amount (angstrom).
wireframe {on/true}
Turns on the selected bonds.
wireframe off/false
Turns off the selected bonds.
wireframe <radius>
Turns on the selected bonds with the specified raidus (angstrom or Rasmol unit). The maximum parameter value is 2.0.
write
A synonym of the save command.
zap {<file_IDs>}
Closes the specified files. More than one file IDs can be specified by putting commas as the delimiter. When the paraneter is absent, all files are closed.
zoom {<value>}
Sets the magnification of the image as a whole. The value stands for the magnification as a percentage of the current scale. The minimum parameter value is 10.0.
| ALA | ARG | ASN | ASP | CYS | GLU | GLN | GLY | HIS | ILE | LEU | LYS | MET | PHE | PRO | SER | THR | TRP | TYR | VAL | |
| Acidic | * | * | ||||||||||||||||||
| Acyclic | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | |||||
| Aliphatic | * | * | * | * | * | |||||||||||||||
| Aromatic | * | * | * | * | ||||||||||||||||
| Basic | * | * | * | |||||||||||||||||
| Buried | * | * | * | * | * | * | * | * | ||||||||||||
| Charged | * | * | * | * | * | |||||||||||||||
| Cyclic | * | * | * | * | * | |||||||||||||||
| Hydrophobic | * | * | * | * | * | * | * | * | * | * | ||||||||||
| Large | * | * | * | * | * | * | * | * | * | * | * | |||||||||
| Medium | * | * | * | * | * | * | ||||||||||||||
| Negative | * | * | ||||||||||||||||||
| Neutral | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||||
| Polar | * | * | * | * | * | * | * | * | * | * | ||||||||||
| Positive | * | * | * | |||||||||||||||||
| Small | * | * | ||||||||||||||||||
| Surface | * | * | * | * | * | * | * | * | * | * | * | * | ||||||||
| Cysteine | * | |||||||||||||||||||
| Amino | above 20 amino acids + ASX, GLX, PCA, HYP, MSE, MLY, CME, SEP, CGU, KCX, MLE, TPO, CSO, PTR, DLE, ABA, CSD, DAL, LLP, SMC, DVA, OCS, TYS, AIB, NLE, CSW, MVA, SAR, CRO, CAS, TPQ, CXM | |||||||||||||||||||
| Protein | above 'Amino' set + UNK, ACE, FOR | |||||||||||||||||||
| A | C | G | T | U | +U | I | 1MA | 5MC | OMC | 1MG | 2MG | M2G | 7MG | OMG | YG | H2U | 5MU | PSU | |
| AT | * | * | |||||||||||||||||
| CG | * | * | |||||||||||||||||
| Purine | * | * | |||||||||||||||||
| Pyrimidine | * | * | |||||||||||||||||
| DNA | * | * | * | * | |||||||||||||||
| RNA | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | |
| Nucleic | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * |
| DA | DC | DG | DT | A | C | G | U | other DNA | other RNA | |
| AT | * | * | ||||||||
| CG | * | * | ||||||||
| Purine | * | * | * | * | ||||||
| Pyrimidine | * | * | * | * | ||||||
| DNA | * | * | * | * | * | |||||
| RNA | * | * | * | * | * | |||||
| Nucleic | * | * | * | * | * | * | * | * | * | * |
| HOH | DOD | SO4 | PO4 | |
| Water | * | * | ||
| Ions | * | * | ||
| Solvent | * | * | * | * |
| Alpha | atoms whose name is CA. |
| Hetero | atoms written as HETATM in PDB files or atoms in Solvent set. |
| Ligand | atoms in Hetero set and not in Solvent set. |
| Backbone Mainchain |
atoms in Amino set whose name is N, CA, C or O, or atoms in Nuceic set whose name is P,O1P,O2P,O5*,C5*,C4*,O4*,C3*,O3*,C2*,O2* or C1*. |
| Sidechain | atoms in Amino set or Nucleic set and not in Backbone set. |
| Bonded | atoms that is connected to at least one other atom. |
| Selected | atoms currently selected. |
| Helix | atoms in the alpha-helix structure. |
| Sheet | atoms in the beta-sheet structure. |
| Turn | atoms in the turn structure. |
| AtomNo | atom ID in PDB files. |
| ElemNo | atomic number. |
| ResNo | residue ID in PDB files. |
| Radius | radius of a ball image of atoms. |
| Temperature | temperature factor of atoms. |
| Model | model ID in PDB files. |
| File | File ID. |
| color name | RGB values | color |
| BLACK | [0, 0, 0] | |
| BLUE | [0, 0, 255] | |
| BLUETINT | [175, 214, 255] | |
| BROWN | [175, 117, 89] | |
| CYAN | [0, 255, 255] | |
| GOLD | [255, 156, 0] | |
| GREY | [125, 125, 125] | |
| GREEN | [0, 255, 0] | |
| GREENBLUE | [46, 139, 87] | |
| GreenTint | [152, 255, 179] | |
| HOTPINK | [255, 0, 101] | |
| MAGENTA | [255, 0, 255] | |
| ORANGE | [255, 165, 0] | |
| PINK | [255, 101, 117] | |
| PINKTINT | [255, 171, 187] | |
| PURPLE | [160, 32, 240] | |
| RED | [255, 0, 0] | |
| REDORANGE | [255, 69, 0] | |
| SEAGREEN | [0, 250, 109] | |
| SKYBLUE | [58, 144, 255] | |
| VIOLET | [238, 130, 238] | |
| WHITE | [255, 255, 255] | |
| YELLOW | [255, 255, 0] | |
| YELLOWTINT | [246, 246, 117] |
| amino acids | RGB values | color |
| ASP, GLU | [230,230, 10] | |
| CYS, MET | [230,230, 0] | |
| LYS, ARG | [20, 90,255] | |
| SER, THR | [250,150, 0] | |
| PHE, TYR | [50, 50,170] | |
| ASN, GLN | [0,220,220] | |
| GLY | [235,235,235] | |
| LEU, VAL, ILE | [15,130, 15] | |
| ALA | [200,200,200] | |
| TRP | [180, 90,180] | |
| HIS | [130,130,210] | |
| PRO | [220,150,130] | |
| Others | [190,160,110] |
| element | RGB values | color |
| C | [200, 200, 200] | |
| N | [143, 143, 255] | |
| O | [240, 0, 0] | |
| S | [255, 200, 50] | |
| H | [255, 255, 255] | |
| He | [255, 192, 203] | |
| F, Si, Au | [218, 165, 32] | |
| Na | [0, 0, 255] | |
| P, Fe, Ba | [255, 165, 0] | |
| Al, Ca, Ti, Cr, Mn, Ag | [128, 128, 144] | |
| Ni, Cu, Zn, Br | [165, 42, 42] | |
| I | [160, 32, 240] | |
| B, Cl | [0, 255, 0] | |
| Li | [178, 34, 34] | |
| Mg | [34, 139, 34] | |
| Others | [255, 20, 147] |
| residue | RGB values | color |
| ALA | [140, 255, 140] | |
| GLY | [255, 255, 255] | |
| LEU | [69, 94, 69] | |
| SER | [255, 112, 66] | |
| VAL | [255, 140, 255] | |
| THR | [184, 76, 0] | |
| LYS | [71, 71, 184] | |
| ASP | [160, 0, 66] | |
| ILE | [0, 76, 0] | |
| ASN | [255, 124, 112] | |
| GLU | [102, 0, 0] | |
| PRO | [82, 82, 82] | |
| ARG | [0, 0, 124] | |
| PHE | [83, 76, 66] | |
| GLN | [255, 76, 76] | |
| TYR | [140, 112, 76] | |
| HIS | [112, 112, 255] | |
| CYS | [255, 255, 112] | |
| MET | [184, 160, 66] | |
| TRP | [79, 70, 0] | |
| A | [160, 160, 255] | |
| C | [255, 140, 75] | |
| G | [255, 112, 112] | |
| T | [160, 255, 160] | |
| Others | [255, 0, 255] |
| secondary structure | RGB values | color |
| alpha helix | [255, 0, 128] | |
| beta sheet | [255, 200, 0] | |
| turn | [96, 128, 255] | |
| none | [255, 255, 255] |
| offset | RGB values | color |
| +2 | [255, 255, 255] | |
| +3 | [255, 0, 255] | |
| +4 | [255, 0, 0] | |
| +5 | [255, 165, 0] | |
| -3 | [0, 255, 255] | |
| -4 | [0, 255, 0] | |
| Others | [255, 255, 0] |
| java -jar jv3_5.jar [options] |
| parameter | value |
| -pdbml <file> | opens the PDBML file. Mre than one files, delimited by space, can be spepcified. |
| -pdb <file> | opens the PDB file. Mre than one files, delimited by space, can be spepcified. |
| -polygon <file> | opens the polygon file. Mre than one files, delimited by space, can be spepcified. |
| -animation <file> | opens the animation file. Mre than one files, delimited by space, can be spepcified. |
| -ftp <pdb_id> | Retrieves the PDBML file from the PDBj FTP site and opens it. Mre than one files, delimited by space, can be spepcified. |
| -script <file> | opens the script file. |
| -stdin | listens the stdin stream and receives commands. |
| · whether to use the command line interface or not can be specified | |
| · whether to use the file control panel or not can be specified | |
| · whether to use the popup menu or not can be specified | |
| · witihin applets in the same web page, mouse events can be shared | |
| · applet can receive a command string from JaveScript | |
| · applet can send information about mouse-picked atoms to JavaScript. |
| parameter | value |
| pdbmlURL | URL of the PDBML files to be loaded (delimited by comma for more than one files). |
| pdbURL | URL of the PDB files to be loaded (delimited by comma for more than one files). |
| polygonURL | URL of the polygon files to be loaded (delimited by comma for more than one files). |
| animURL | URL of the animation files to be loaded (delimited by comma for more than one files). |
| command_area | whether to use the command line interface or not (true or false). |
| file_control | whether to use the file control panel or not (true or false). |
| popup_menu | whether to use the popup menu or not (true or false). |
| mouse_send_to | name property of applets with which mouse events are shared (delimited by comma for more than one applets). |
| commands | initial commands that are executed when the applet starts (delimited by semicolon for more than one commands). |
| report_picking | whether to send information about mouse-picked atoms to JavaScript or not (true or false). |
| picking_receiver | JavaScript function name that receives mouse-picking data. |
| file_load_message | whether to show a message dialog while loading a file (true or false). |
| call_on_start | whether to call a JavaScript function when the applet started (true or false). |
| void executeCommand(String commands) |
| void loadPDB(String fileLocation) | |
| void loadPDBML(String fileLocation) | |
| void loadPolygon(String fileLocation) | |
| void loadAnim(String fileLocation) |
| void loadPDB(String fileLocation, int fitTo) | |
| void loadPDBML(String fileLocation, int fitTo) | |
| void loadPolygon(String fileLocation, int fitTo) | |
| void loadAnim(String fileLocation, int fitTo) |
| function receiveMousePick(file, model, chain, res, atom, altloc, resName, atomName, x, y, z) |
| function jvOnStart(name) |