You are here

cross correlation calculation

3 posts / 0 new
Last post
cross correlation calculation
#1

Dear all:

Do you knwo how to use Rosetta to calculate the cross correlation value of crystal structure with EM map?

Category: 
Post Situation: 
Sat, 2016-04-16 19:11
jingwei xu

Hello,

There is a program 'density_tools' that will do this:

$ROSETTA/bin/density_tools.linuxgccrelease -s infile.pdb -mapfile map.mrc -mapreso 3.0  -nresbins 50 -cryoem_scatterers -verbose -mask_resolution 10

This will give you a full model/map FSC curve.  Change the input and map (and map resolution) accordingly.

If you just want integrated FSC over some resolution range:

$ROSETTA/bin/density_tools.linuxgccrelease -s infile.pdb -mapfile map.mrc -mapreso 3.0  -nresbins 20 -cryoem_scatterers -mask_resolution 10 -hires 3 -lowres 10

-Frank

Thu, 2016-04-28 17:18
dimaio

Thank you, Frank.

I have seen it needs the mask_resolution option in your script. Does this tool generate a mask around pdb file and then calculate the CC value using that mask? Since I want to use the CC value to calibrate the microscope maginification, I think it is not good to use a mask for that purpose.

Best wishes.

Jingwei

Wed, 2016-05-04 23:26
jingwei xu