IMP  2.0.1
The Integrative Modeling Platform
IMP.em2d.buildxlinks.XlinksDict Class Reference

Description of crosslinking restraints as a python dictionary. More...

Inherits dict.

Public Member Functions

def add
 Add a xlink. More...
 
def get_xlinks_for_pair
 

Detailed Description

The keys are a pair with the ids of the cross-linked subunits. Note: The pairs are considered in alphabetic order

Note
This class is only available in Python.

Definition at line 39 of file buildxlinks.py.

Member Function Documentation

def IMP.em2d.buildxlinks.XlinksDict.add (   self,
  xlink 
)

It is ensured that the id of the first element is is lower that the second

Parameters

Definition at line 43 of file buildxlinks.py.

def IMP.em2d.buildxlinks.XlinksDict.get_xlinks_for_pair (   self,
  pair_ids 
)
Parameters
pair_idsIds fo the subunits that are cross-linked

Definition at line 47 of file buildxlinks.py.


The documentation for this class was generated from the following file: