Package Bio :: Module SeqFeature :: Class UncertainPosition
[hide private]
[frames] | no frames]

Class UncertainPosition

source code

      object --+        
               |        
AbstractPosition --+    
                   |    
       ExactPosition --+
                       |
                      UncertainPosition

Specify a specific position which is uncertain.

This is used in UniProt, e.g. ?222 for uncertain position 222, or in the XML format explicitly marked as uncertain. Does not apply to GenBank/EMBL.

Instance Methods [hide private]

Inherited from ExactPosition: __init__, __repr__, __str__

Inherited from AbstractPosition: __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__

Inherited from AbstractPosition (private): _flip, _shift

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__