Trees | Index | Help |
---|
Package Bio :: Package Affy :: Module CelFile :: 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 | |
---|---|
Usually load the class with the cel file (not file name) as an argument. | |
Returns the parsed data as a CelRecord. | |
Takes a handle to a cel file, parses it and stores it in the three arrays. |
Method Details |
---|
__init__(self,
handle=None)
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. There is more information in the cel file that could be retrieved and stored in CelRecord. The chip type should be a priority. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:05:45 2006 | http://epydoc.sf.net |