Class CompareAceScanner
source code
Scannner for CompareACE output (DEPRECATED).
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.
|
|
|
feed(S,
handle,
consumer)
Feed in a CompareACE report for scanning. |
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.
|