#keywords(PROCHECK,CCP4,使い方)
 CCP4を使ってみよう
 * PROCHECK -- CCP4 supported program [#ab200563]
 ** 概要 [#bdc711a8]
 ラマチャンドランプロットを描くのに以前から使われているプログラム。最近はRAMPAGEを使う方がいいらしいです。
 ラマチャンドランプロットを描くのに以前から使われているプログラム。計算の基となっている情報が古いため、最近はRAMPAGEを使う方がいいらしいです。雑誌に投稿する際にそのように言われることもあるそうな。
 
 ** 構造の妥当性チェック [#xb4807aa]
 コマンドを実行すると実行したディレクトリにファイルが作成されるので、例えばcheckresultなどというディレクトリを作成してその中で行う方がいいでしょう。
  % mkdir checkresult
  % cd checkresult
  % procheck ../refine.pdb 2.4
 特定のChain IDのみチェックする場合
  % procheck refine.pdb A 2.4
 
 ** 作成されるファイル [#bbe9cb15]
 refine.pdbというファイルをチェックするとファイル名にrefineというプレフィックスが付きます。このリストでは斜体で表しておきます。
 |ファイル名        |内容|h
 |anglen.log        |Calculation of bond lengths and angles|
 |bplot.log         |Main-chain bond-lengths and angles, and planar groups(7,8,9,10プロットログ)|
 |clean.log         |Clean-up program|
 |nb.log            |Check of non-bonded contacts|
 |pplot.log         |Plots and residue-by-residue listing(4,5,6プロットログ)|
 |procheck.prm      |PROCHECKパラメータファイル(編集すると出力をカスタマイズできる)|
 |secstr.log        |Secndary structure assignment|
 |tplot.log         |Phi-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.ps|Chi1-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.ps|RMS distances from planarity|
 |'''refine'''_10.ps|幾何学的歪みプロット(Distorted geometry plots)|
 
 ** 参考 [#wdf63aca]
 - [[構造解析クックブック - ラマチャンドランプロットを描きたい>構造解析クックブック/05 構造を解析する#vd7d373e]]