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

Class WithinPosition

AbstractPosition --+
                   |
                  WithinPosition


Specify the position of a boundary within some coordinates.

Arguments: o position - The start position of the boundary o extension - The range to which the boundary can extend.

This allows dealing with a position like ((1.4)..100). This indicates that the start of the sequence is somewhere between 1 and 4. To represent that with this class we would set position as 1 and extension as 3.
Method Summary
  __init__(self, position, extension)
  __str__(self)
    Inherited from AbstractPosition
  __cmp__(self, other)
A simple comparison function for positions.

Generated by Epydoc 2.1 on Wed Jan 31 09:59:38 2007 http://epydoc.sf.net