paramagpy.protein.CustomStructure.get_full_id¶
- CustomStructure.get_full_id()¶
Return the full id.
The full id is a tuple containing all id’s starting from the top object (Structure) down to the current object. A full id for a Residue object e.g. is something like:
(“1abc”, 0, “A”, (” “, 10, “A”))
This corresponds to:
Structure with id “1abc” Model with id 0 Chain with id “A” Residue with id (” “, 10, “A”)
The Residue id indicates that the residue is not a hetero-residue (or a water) because it has a blank hetero field, that its sequence identifier is 10 and its insertion code “A”.