You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -92,22 +92,33 @@ H 2.03 0.76 -1.25
92
92
H 0.76 2.03 -1.25
93
93
```
94
94
95
+
A visualization of these parameters can be shown in the program PyMOL using the two output files created by DBSTEP, showing the L parameter in blue, Bmin parameter in green and Bmax parameter in red.
96
+
97
+

95
98
96
99
2. Sterimol2Vec Parameters for Ph
97
100
98
101
The `--scan` argument is formatted as `rmin:rmax:interval` where rmin is the distance from the center along the L axis to start measurements, rmax dictates when to stop measurements, and interval is the frequency of measurements. In this case the length of the molecule (~6A) is measured in 1.0A intervals
Displayed in PyMOL, each new Bmin and Bmax axis is added along the L axis.
119
+

120
+
121
+
111
122
3. Percent Buried Volume
112
123
113
124
%Vb is measured by constructing a sphere (typically with a 3.5A radius) around the center atom and measuring how much of the sphere is occupied by the molecule. Output will include the sphere radius, percent buried volume (%V_Bur) and percent buried shell volume (%S_Bur) (zero in all cases unless a scan is being done simultaneously).
@@ -118,6 +129,9 @@ H 0.76 2.03 -1.25
118
129
3.50 41.77 0.00
119
130
```
120
131
132
+
For percent buried volume, the PyMOL script will overlay an appropriate sized sphere where measurement took place.
133
+

134
+
121
135
4. Vol2Vec Parameters
122
136
123
137
When invoking the --volume and --scan parameters simultaneously, vol2vec parameters can be obtained. In this case, a scan is performed using spheres with radii from 2.0A to 4.0A in 0.5A increments.
0 commit comments