I'm struggling making sense of this statement.. MTZ file is just a file format to records some data with labels associated with it in a binary form to make it easier for machines to handle it. So what precisely you mean by ".mtz describing the entire complex"?Suppose I have a model of one chain of a complex and an .mtz describing the entire complex.
For obvious reasons,
phenix.model_vs_data chain_A.pdb whole_complex.mtzphenix.model_vs_data chain_A_refined.pdb whole_complex.mtz
are undesirable: they evaluate the model of a single chain against the whole complex's data, and there's obviously a lot of unsatisfied electron density. So, while this command works, it reports an unrepresentative fit.
Could you please define "unrepresentative fit" in this context?
I guess Fobs would not like this as they include contributions from all atoms, as far as I remember from the theory.(In theory, one solution to my problem would be to re-combine each chain's refined version, then run model_vs_data on the recombined, refined complex. I'm interested nonetheless in how it would work on the chains separately.
Well, this is what it seems *you* do as part of *your* protocol, but this is *not* what typical work-flow includes as phenix.refine always reports maps upon completion of refinement; so running phenix.maps seems to be an unnecessary step in this scenario.Now, during the refinement procedure, we of course generate .ccp4 density maps for the individual chain models:
phenix.maps chain_A.pdb whole_complex.mtz
Hm.. I afraid I'm lost now: model vs data tool is not supposed to accept inputs other than original data, Iobs or Fobs, and model files....