Package Bio :: Package AlignAce :: Module Scanner :: Class CompareAceScanner
[hide private]
[frames] | no frames]

Class CompareAceScanner

source code

Scannner for CompareACE output

Methods: feed Feed data into the scanner.

The scanner generates (and calls the consumer) the following types of events:

motif_score - CompareACE score of motifs

###### TO DO #############3 extend the scanner to include other, more complex outputs.

Instance Methods [hide private]
 
feed(S, handle, consumer)
Feed in a CompareACE report for scanning.
source code
Method Details [hide private]

feed(S, handle, consumer)

source code 

Feed in a CompareACE report for scanning. handle is a file-like object that contains the CompareACE report. consumer is a Consumer object that will receive events as the report is scanned.