| Quick navigation: | Home | Site Map || References | Biography || Copyright | Other copyright | Contact us | Advert | | |
Re: [ccp4bb] Program to find the center of mass |
||
- Protein crystallographyMain steps:- Protein purification- Crystallisation Special:- Programs for crystallography- X-ray detectors Basic tutorials:- Chemistry- Protein - Peptide - Amino Acids Xtal community:- CCP4BB |
CCP4bb navigationCCP4bb <-- 1999 <-- November 1999 <-- 30 November 1999Subject: Re: Program to find the center of mass From: Tim Grune tim {- dot -} grune {- at -} SYNCHROTRON {- dot -} VIC {- dot -} GOV {- dot -} AU Date: 2007-05-09 Hello, Assuming that the centre of mass is close to the centre of geometry for a protein, you could use grep -e "^ATOM ^HETATM" 1AQB.pdb cut -b 31-54 awk '{ x+=$1; y+=$2; z+=$3; } END {print "Centre of mass: (" x/FNR "y/FNR " z/FNR"}' or you could use G. Kleywegt's 'moleman2' and use the 'stat' command. Tim On Thursday 10 May 2007 09:43, Nian Huang wrote: > Dear all, > > I was trying to do a NCS averaging of the map using Resolve. I had a > partial model, which generated a rotation and translation matrix by > program lsqkab. Resolve also requires a center of mass input. Do you > know any program can estimate it either by map or pdb file? > Thanks. > > Nian Huang > Department of Biochemistry > Univ of Texas Southwestern Medical Center -- Tim Grune Australian Synchrotron 800 Blackburn Road Clayton, VIC 3168 Australia CCP4bb navigationCCP4bb <-- 1999 <-- November 1999 <-- 30 November 1999 |
|
| ProteinCrystallography.org: Copyright 2006-2010 by Quid United Ltd |