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

Class CelParser

source code

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

This class needs error handling.

This class is OBSOLETE; please use the read() function in this module instead.

Instance Methods [hide private]
 
__init__(self, handle=None)
Usually load the class with the cel file (not file name) as an argument.
source code
 
parse(self, handle)
Takes a handle to a cel file, parses it and stores it in the three arrays.
source code
 
__call__(self)
Returns the parsed data as a CelRecord.
source code
Method Details [hide private]

parse(self, handle)

source code 

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.