Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross correlations for EM fits seem low #5

Open
benmwebb opened this issue May 31, 2017 · 2 comments
Open

Cross correlations for EM fits seem low #5

benmwebb opened this issue May 31, 2017 · 2 comments

Comments

@benmwebb
Copy link
Contributor

I was just looking at rescoring the deposited RMF files and while the EM scores look reasonably close to what's in the stat files, the cross correlation coefficients seem low (around 0.2). @Pellarin , is this to be expected for Mediator?

e.g. if I rescore the top ranking model for the first cluster, i.e. analysis/clustering/kmeans_weight_500_4/cluster.0/0.rmf3

... I get for the middle module an EM score of 181.99 and a CCC of 0.22, and for the tail an EM score of 217.13 and CCC of 0.17. The stat file contains 'GaussianEMRestraint_None': ' 211.99099168'. No label was assigned, so that must be the tail EM score, and my value is within 2% so I'm confident the coordinates are correct.

@cgreenberg, for CCC I'm reporting what you call cc in the code here:
https://github.com/salilab/imp/blob/develop/modules/isd/src/GaussianEMRestraint.cpp#L203
Maybe I did something dumb and that's not really the cross correlation?

@benmwebb
Copy link
Contributor Author

benmwebb commented Jun 1, 2017

@cgreenberg confirms this to really be the cross correlation (sort of) and that, given the coarse representation of the system, values this low aren't surprising.

@benmwebb
Copy link
Contributor Author

benmwebb commented Jun 1, 2017

BTW, the rescore is script is here. It's just setting up the same representation and restraints as in the original modeling, reading in one of the RMF files, then doing a single score evaluation. Only difference is that I don't call scale_bead_radii(), center_model_on_target_density() or optimize_floppy_bodies() since I don't want to change the coordinates from what's in the RMF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant