CCP4を使ってみよう

PROCHECK -- CCP4 supported program  

概要  

ラマチャンドランプロットを描くのに以前から使われているプログラム。計算の基となっている情報が古いため、最近はRAMPAGEを使う方がいいらしいです。雑誌に投稿する際にそのように言われることもあるそうな。

構造の妥当性チェック  

コマンドを実行すると実行したディレクトリにファイルが作成されるので、例えばcheckresultなどというディレクトリを作成してその中で行う方がいいでしょう。

% mkdir checkresult
% cd checkresult
% procheck ../refine.pdb 2.4

特定のChain IDのみチェックする場合

% procheck refine.pdb A 2.4

作成されるファイル  

refine.pdbというファイルをチェックするとファイル名にrefineというプレフィックスが付きます。このリストでは斜体で表しておきます。

ファイル名内容
anglen.logCalculation of bond lengths and angles
bplot.logMain-chain bond-lengths and angles, and planar groups(7,8,9,10プロットログ)
clean.logClean-up program
nb.logCheck of non-bonded contacts
pplot.logPlots and residue-by-residue listing(4,5,6プロットログ)
procheck.prmPROCHECKパラメータファイル(編集すると出力をカスタマイズできる)
secstr.logSecndary structure assignment
tplot.logPhi-psi and chi1-chi2 distributions
refine.lan
refine.nb
refine.new
refine.out
refine.pln
refine.rin
refine.sco
refine.sdh
refine.sum
refine_01.psラマチャンドランプロット
refine_02.ps残基の種類毎のラマチャンドランプロット
refine_03.psChi1-Chi2プロット
refine_04.ps主鎖パラメータ
refine_05.ps側鎖パラメータ
refine_06.ps残基プロパティ
refine_07.ps主鎖結合距離配向(Main-chain bond length distributions)
refine_08.ps主鎖結合角配向(Main-chain bond angle distributions)
refine_09.psRMS distances from planarity
refine_10.ps幾何学的歪みプロット(Distorted geometry plots)

参考