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

Class CelRecord


Stores the information in a cel file

Needs error handling. Needs to know the chip design.
Method Summary
  __init__(self, data_dict)
Pass the data attributes as a dictionary.
  intensities(self)
Return a two dimensional array of probe cell intensities.
  ncols(self)
The number of columns of probe cells in an array.
  npix(self)
Return a two dimensional array of the number of pixels in a probe cell.
  nrows(self)
The number of rows of probe cells in an array.
  size(self)
The size of the probe cell array as a tuple (nrows,ncols).
  stdevs(self)
Return a two dimensional array of probe cell standard deviations.

Method Details

__init__(self, data_dict)
(Constructor)

Pass the data attributes as a dictionary.

intensities(self)

Return a two dimensional array of probe cell intensities. Dimension 1 -> rows Dimension 2 -> columns

ncols(self)

The number of columns of probe cells in an array.

npix(self)

Return a two dimensional array of the number of pixels in a probe cell. Dimension 1 -> rows Dimension 2 -> columns

nrows(self)

The number of rows of probe cells in an array.

size(self)

The size of the probe cell array as a tuple (nrows,ncols).

stdevs(self)

Return a two dimensional array of probe cell standard deviations. Dimension 1 -> rows Dimension 2 -> columns

Generated by Epydoc 2.1 on Thu Aug 10 20:05:35 2006 http://epydoc.sf.net