Difference between revisions of "pdb2mrc2d"

From EosPedia
Jump to: navigation, search
(Main option)
(-m details)
Line 119: Line 119:
 
<tr>
 
<tr>
 
<td>0</td>
 
<td>0</td>
<td>メルカトール図法・等角</td>
+
<td>Mercatol/equal angle</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td>1</td>
 
<td>1</td>
<td>モルワイデ図法・等角</td>
+
<td>Morwide/equal angle</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td>2</td>
 
<td>2</td>
<td>メルカトール図法・等積</td>
+
<td>Mercatol/equal area</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td>3</td>
 
<td>3</td>
<td>モルワイデ図法・等積</td>
+
<td>Morwide/equal area</td>
 
</tr>
 
</tr>
 
</div>
 
</div>
Line 137: Line 137:
 
<br>
 
<br>
 
<br>
 
<br>
<div>※Case: -Sと-startEAの両方が宣言されていた場合、-Sを実行した後に-startEAが実行される<br>
+
<div>If both of -s and -startEA, first -s and second -startEA will be performed.<br>
※軸を中心にもってきたい場合は、pdbInfoで軸を調べ、pdbMoveで軸の+とーを逆にして実行する</div>
+
*If you require axis at center, check by [[pdbInfo]], and execute [[pdbMove]] with Inverting + and -.</div>
  
 
===RotModeの設定 details===
 
===RotModeの設定 details===

Revision as of 03:00, 7 August 2014

pdb2mrc2d Eos's Command that converts from PDB file to mrcImage file.

List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: PDB NULL
-o Optional Output: mrcImage(2D) NULL
-O Optional Output: mrcImage(3D) NULL
-d Essential Width per 1pixel 5.0 5.0
-s Optional Position of image 0.0 0.0
-n Essential Size of image 0 0
-Rot Optional Rotaiton (x-axis, y-axis) 1 1
-S Optional Rotation (order z-axis -> x-axis -> y-axis) 0.0 0.0 0.0
-startEA Optional Euler Angle YOYS 0.0 0.0 0.0
-EAMode Optional RotationMode YOYS
-EARot1 Optional FirstRotation 5.0 0.0 180.0
-EARot2 Optional SecondRotation 5.0 0.0 180.0
-w Optional Weight 1.0
-sig Optional Atom Radius: [A] 0.0
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0 Mercatol/equal angle
1 Morwide/equal angle
2 Mercatol/equal area
3 Morwide/equal area



If both of -s and -startEA, first -s and second -startEA will be performed.
*If you require axis at center, check by pdbInfo, and execute pdbMove with Inverting + and -.

RotModeの設定 details

一桁目: どの軸から回転を始めるか設定
二桁目: 回転軸の順番を設定1
O…Z→Y→Xの順に回転軸を変更する
E…Z→X→Yの順に回転軸を変更する
三桁目: 回転軸の順番の設定2
Y…順番を維持する
N…順番を逆順にする
四桁目: 回転方法を設定
Y…物体そのものをまわす
D…座標を移動させる


Execution example

Input file image

121p-move-pdb2mrc2d.png

pdbInfoでみたInput fileの詳細

121p-move-info-pdb2mrc2d.png


Output file image

Optionを使用し、画像に物体が写るよう調整する
今回のInput fileでは下記のようにOptionを設定すると、物体がほぼ中心に写る
-d 0.8 0.8
-s -40 -40
-n 100 100


Output file→2D

121p.2d-pdb2mrc2d.png

Output file→3D

121p.3d-pdb2mrc2d.png

このOptionを使用した場合、二つ's imageに相違点はない


Option -Rot

-Rot 6 6に設定

Output file→2D

121p.2d-Rot-pdb2mrc2d.png

Output file→3D(2Dの結果を繋ぎ、3Dで出力している)
xy平面の図 yz平面の図
121p.3d-EAMode1-pdb2mrc2d.png 121p.3d-EAMode2-pdb2mrc2d.png


Option -S

-Rot 6 6、-S 30 30 30に設定

Output file→2D

121p.2d-S30-pdb2mrc2d.png

Option -startEA

-Rot 6 6、-startEA XOYS 30 30 30に設定

Output file→2D

121p.2d-startEA30-pdb2mrc2d.png

Option -EAMode

-Rot 6 6、-EAMode XOYSに設定

Output file→2D

121p.2d-EAMove-pdb2mrc2d.png

-Rot 6 6、-EAMode YOYSに設定

Output file→2D

121p.2d-EAModeY-pdb2mrc2d.png

Option -EARot1,-EARot2

-EARot1 10 20 70,-EARot2 20 50 100に設定

Output file→2D

121p.2d-EARot12-pdb2mrc2d.png

Option -sig

-sig 1に設定、Output fileは-oとする

121p.2d-sig-pdb2mrc2d.png

Option -w

-w 10に設定、Output fileは-oとする

-wを指定しなかった場合's imagedata

121p.2d-w1-pdb2mrc2d.png

-w 10を指定した場合's imagedata

121p.2d-w2-pdb2mrc2d.png

Option -m

Case: m=0
121p.2d-pdb2mrc2d.png m0-pdb2mrc2d.png
Case: m=1
121p.2d-m1-pdb2mrc2d.png File:m1-pdb2mrc2d.png
Case: m=2
121p.2d-m2-pdb2mrc2d.png File:m2-pdb2mrc2d.png
Case: m=3
121p.2d-m3-pdb2mrc2d.png File:m3-pdb2mrc2d.png
今回's imageでは変化がわかりづらいが、画像dataの詳細を見ると、変化があることが分かる