Package bmrblib :: Package kinetics :: Module relax_base :: Class Rx
[hide private]
[frames] | no frames]

type Rx

source code


Base class for the Rx tag categories.

Instance Methods [hide private]
 
create(self)
Create the Rx tag category.
source code
tuple of list of int, list of str, list of str, list of float, list of float
read(self, tagtable)
Extract the Rx tag category info.
source code
 
tag_setup(self, tag_category_label=None, sep=None)
Replacement method for setting up the tag names.
source code

Inherited from base_classes.TagCategory: __init__, extract_tag_data, generate_data_ids, is_empty

Inherited from base_classes.TagCategory (private): _N

Inherited from base_classes.TagTranslationTable: add

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

Class Variables [hide private]

Inherited from base_classes.TagCategory: free, tag_category_label

Inherited from dict: __hash__

Method Details [hide private]

create(self)

source code 

Create the Rx tag category.

Overrides: base_classes.TagCategory.create

read(self, tagtable)

source code 

Extract the Rx tag category info.

Parameters:
  • tagtable (Tagtable instance) - The Rx tagtable.
Returns: tuple of list of int, list of str, list of str, list of float, list of float
The residue numbers, residue names, atom names, values, and errors.

tag_setup(self, tag_category_label=None, sep=None)

source code 

Replacement method for setting up the tag names.

Parameters:
  • tag_category_label (None or str) - The tag name prefix specific for the tag category.
  • sep (str) - The string separating the tag name prefix and suffix.
Overrides: base_classes.TagCategory.tag_setup