Replies: 1 comment 6 replies
-
If the map has the same unit cell as the PDB file, and it corresponds to this PDB file, I think it should work. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to label grid points from a CCP4 map based on closest atoms in the aligned PDB. My issue is that the coordinate systems of the PDB file and the Grid don't seem to align (after getting cartesian co-ordinates for each grid point after fractionalization).
My current pipeline is: get fractional coordinates for each grid point -> use orthogonalization matrix to get cartesian coordinates for each grid point -> use nearest neighbour search between grid points and pdb coordinates to label a grid point based on atom type based on a specified radius.
The final step would only work if the map and PDB are aligned in their origin and coordinate systems (which they do not seem to be).
Is there a way to fix this or around this (or are there any flaws in my thought process) ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions