Opened 6 years ago
Closed 6 years ago
#2074 closed enhancement (fixed)
Next steps: building into density
| Reported by: | Tristan Croll | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Structure Editing | Version: | |
| Keywords: | Cc: | Tom Goddard, Greg Couch | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
A lovely example I came across the other day:
open 3esu structureFactors true view /F:1140; cofr center delete /F:1145,1140,1246,1372,1371,1311,1310
What's there is clearly a HEPES molecule from the buffer, which was obscured by an overzealous water-picking algorithm adding waters to most of the peaks. In the near-term future, I'd really like to start providing tools for the the user to build into density like this (as well as waters, ions, and the peptide/nucleic acid chain itself, of course).
A few things that would make this much easier:
- Python access to residue templates (#1682)
- The map segmentation tool from Chimera. The more the target density can be isolated from its surroundings, the easier everything should become.
From there, the rest should be mostly straightforward. Fetch the template from the CCD, add the residue from the template, do some initial rigid-body fit and perhaps some degree of (non-MD) flexible docking, then settle into place using a simulation (initially in isolation from the surroundings if appropriate).
Change History (4)
follow-up: 3 comment:3 by , 6 years ago
In that case, the best approach in Cryo-EM density would probably be to generate a map with the model contribution subtracted. I have all the tools for that available to me, but for best results I’ll need to have B-factor refinement implemented first (something that’s been on my to-do list for a while).
comment:4 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Seemingly all the requirements of this ticket are now satisfied.