Table of Contents
SequenceSetSubset contains a subset of the sequences from a SequenceSet object. On the C side only the references are used.
__del__ ( self )
Since we do not want to deallocate the sequence memory, the destructor has to be overloaded.
__init__ ( self, emissionDomain, sequenceSetInput, ParentSequenceSet, labelDomain=None, labelInput=None, )