IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP.EMageFit.buildxlinks Namespace Reference

Utility functions to handle cross links. More...

Detailed Description

Utility functions to handle cross links.

Classes

class  DockOrder
 Compute the order of the docking experiments. More...
 
class  InitialDockingFromXlinks
 Puts two subunits together using the Xlinkins restraints. More...
 
class  Xlink
 Class defining a cross-link. More...
 
class  XlinksDict
 Description of crosslinking restraints as a python dictionary. More...
 

Functions

def build_xlinks_graph
 Build a set of nodes and edges from the set of crosslinking restraints. More...
 

Function Documentation

def IMP.EMageFit.buildxlinks.build_xlinks_graph (   xlinks_dict)

Build a set of nodes and edges from the set of crosslinking restraints.

Parameters
xlinks_dicta XlinksDict class
Note
This function is only available in Python.

Definition at line 94 of file buildxlinks.py.