Package Bio :: Package Affy :: Module CelFile :: Class CelParser
[show private | hide private]
[frames | no frames]

Class CelParser


Takes a handle to an Affymetrix cel file, parses the file and returns an instance of a CelRecord

This class needs error handling.
Method Summary
  __init__(self, handle)
Usually load the class with the cel file (not file name) as an argument.
  __call__(self)
Returns the parsed data as a CelRecord.
  parse(self, handle)
Takes a handle to a cel file, parses it and stores it in the three arrays.

Method Details

__init__(self, handle=None)
(Constructor)

Usually load the class with the cel file (not file name) as an argument.

__call__(self)
(Call operator)

Returns the parsed data as a CelRecord.

parse(self, handle)

Takes a handle to a cel file, parses it and stores it in the three arrays.

There is more information in the cel file that could be retrieved and stored in CelRecord. The chip type should be a priority.

Generated by Epydoc 2.1 on Thu Mar 31 20:15:39 2005 http://epydoc.sf.net