| Trees | Index | Help |
|---|
| Package Bio :: Package Affy :: Module CelFile :: Class CelScanner |
|
Scannner for Affymetrix CEL files.
Methods: feed Feed data into the scanner.
The scanner generates (and calls the consumer) the following types of events:
Rows - the number of rows on the microarray Cols - the number of columns on the microarray StartIntensity - generated when the section [INTENSITY] is found ReadIntensity - one line in the section [INTENSITY]| Method Summary | |
|---|---|
scanner.feed(handle, consumer) | |
| Method Details |
|---|
feed(self, handle, consumer)scanner.feed(handle, consumer) Feed in a handle to a Cel file for scanning. handle is a file-like object that contains the Cel file. consumer is a Consumer object that will receive events as the report is scanned. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:57:59 2007 | http://epydoc.sf.net |