Package schrodinger :: Package application :: Package msv :: Package domain :: Module annotation :: Class ProteinAlignmentAnnotations :: Class ANNOTATION_TYPES
[hide private]
[frames] | no frames]

Class ANNOTATION_TYPES

 object --+        
          |        
  enum.Enum --+    
              |    
_AnnotationEnum --+
                  |
                 ProteinAlignmentAnnotations.ANNOTATION_TYPES

Nested Classes [hide private]

Inherited from enum.Enum: _member_type_

Instance Methods [hide private]

Inherited from _AnnotationEnum: __format__, __init__, __reduce_ex__, __repr__, __str__

Inherited from enum.Enum: __dir__, __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__

Inherited from object: __delattr__, __getattribute__, __reduce__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from enum.Enum: __new__

Class Variables [hide private]
  _member_map_ = OrderedDict([('indices', <ANNOTATION_TYPES.indi...
  _member_names_ = ['indices', 'mean_hydrophobicity', 'mean_isoe...
  _value2member_map_ = {1: <ANNOTATION_TYPES.indices: 1>, 2: <AN...

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from _AnnotationEnum: title, tooltip

Inherited from object: __class__

Class Variable Details [hide private]

_member_map_

Value:
OrderedDict([('indices', <ANNOTATION_TYPES.indices: 1>), ('mean_hydrop\
hobicity', <ANNOTATION_TYPES.mean_hydrophobicity: 2>), ('mean_isoelect\
ric_point', <ANNOTATION_TYPES.mean_isoelectric_point: 3>), ('consensus\
_symbols', <ANNOTATION_TYPES.consensus_symbols: 4>), ('consensus_seq',\
 <ANNOTATION_TYPES.consensus_seq: 5>), ('consensus_freq', <ANNOTATION_\
TYPES.consensus_freq: 6>), ('sequence_logo', <ANNOTATION_TYPES.sequenc\
e_logo: 7>)])

_member_names_

Value:
['indices',
 'mean_hydrophobicity',
 'mean_isoelectric_point',
 'consensus_symbols',
 'consensus_seq',
 'consensus_freq',
 'sequence_logo']

_value2member_map_

Value:
{1: <ANNOTATION_TYPES.indices: 1>,
 2: <ANNOTATION_TYPES.mean_hydrophobicity: 2>,
 3: <ANNOTATION_TYPES.mean_isoelectric_point: 3>,
 4: <ANNOTATION_TYPES.consensus_symbols: 4>,
 5: <ANNOTATION_TYPES.consensus_seq: 5>,
 6: <ANNOTATION_TYPES.consensus_freq: 6>,
 7: <ANNOTATION_TYPES.sequence_logo: 7>}