2 """This script demonstrates a few different ways you can perform selection in PMI.
3 In PMI we first set up molecules at various resolutions.
4 Then you call System.build() and this creates all requested representations.
26 mol = st.create_molecule(
"Rpb4",seqs[
"1WCM:D"],chain_id=
"D")
36 myres2 = mol.residue_range(
'1',
'10')
43 atomic = mol.get_atomic_residues()
44 non_atomic = mol.get_non_atomic_residues()
47 myres3 = mol[0:50] - atomic
48 myres4 = mol[0:50] & atomic
51 mol.add_representation(myres3,
53 mol.add_representation(myres4,
74 dof.create_rigid_body(mol,
75 nonrigid_parts = non_atomic,
81 sel =
IMP.atom.Selection(hier,resolution=10,molecule=
"Rpb4",residue_indexes=range(1,10))
82 particles = sel.get_selected_particles()
86 all_mol_copies = st.molecules[
"Rpb4"]
87 mol = all_mol_copies[0]
A class to simplify create of constraints and movers for an IMP Hierarchy.
Restraints for keeping correct stereochemistry.
void show_with_representations(Hierarchy h, std::ostream &out=std::cout)
Traverse through the tree and show atom info, including representations.
Set of python classes to create a multi-state, multi-resolution IMP hierarchy.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Protocols for sampling structures and analyzing them.
This class initializes the root node of the global IMP.atom.Hierarchy.
Class for storing model, its restraints, constraints, and particles.
Classes to handle different kinds of restraints.
This class creates a restraint between consecutive TempResidue objects OR an entire PMI MOlecule obje...
Create movers and setup constraints for PMI objects.
Python classes to represent, score, sample and analyze models.
A dictionary-like wrapper for reading and storing sequence data.
Functionality for loading, creating, manipulating and scoring atomic structures.
Select hierarchy particles identified by the biological name.
Support for the RMF file format for storing hierarchical molecular data and markup.