| Trees | Indices | Help |
|---|
|
|
Selection of atoms, residues, etc.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
entity_levels =
|
|||
__package__ =
|
|||
|
|||
Return a list of the unique items in the given iterable. Order is NOT preserved. |
Unfold entities list to a child level (e.g. residues in chain). Unfold a list of entities to a list of entities of another level. E.g.: list of atoms -> list of residues list of modules -> list of atoms list of residues -> list of chains o entity_list - list of entities or a single entity o target_level - char (A, R, C, M, S) Note that if entity_list is an empty list, you get an empty list back: >>> unfold_entities([], "A") [] |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 18:19:21 2011 | http://epydoc.sourceforge.net |