Class CompareAceScanner
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.
Method Summary |
|
feed (self,
handle,
consumer)
S.feed(handle, consumer) |
feed(self,
handle,
consumer)
S.feed(handle, consumer)
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.
-
|