An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
)or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
| bit | Xplor-NIH | VMD-XPLOR |
|---|
|
| Xplor-NIH home Documentation |
The following Mathematica file was used to produce the plot shown in Fig. 5.1. The information is plotted as a function of sequential residue number.
The resulting plot looks like this:
The correspondence between sequential residue number and actual residue identifier can be established by issuing the following statements:
vector ident (store1) ( tag ) vector show element ( store1 ) ( attr store1 > 0 )A particular residue identifier can be queried by saying
vector ident (store1) ( tag ) vector show element ( store1 ) ( attr store1 = 41 )which will show the residue identifier that corresponds to the 41st sequential residue.