Package Bio :: Package CAPS :: Class DifferentialCutsite
[show private | hide private]
[frames | no frames]

Class DifferentialCutsite


A differential cutsite is a location in an alignment where an enzyme cuts
at least one sequence and also cannot cut at least one other sequence.

Members:
start       Where it lives in the alignment.
enzyme      The enzyme that causes this.
cuts_in     A list of sequences (as indexes into the alignment) the
            enzyme cuts in.
blocked_in  A list of sequences (as indexes into the alignment) the
            enzyme is blocked in.

Method Summary
  __init__(self, **kwds)
Initialize a DifferentialCutsite.

Method Details

__init__(self, **kwds)
(Constructor)

Initialize a DifferentialCutsite.

Each member (as listed in the class description) should be included as a keyword.

Generated by Epydoc 2.1 on Thu Mar 31 20:15:48 2005 http://epydoc.sf.net