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

Class CelRecord

source code

Stores the information in a cel file

Needs error handling. Needs to know the chip design.

Instance Methods [hide private]
 
__init__(self, data_dict)
Pass the data attributes as a dictionary.
source code
 
intensities(self)
Return a two dimensional array of probe cell intensities.
source code
 
stdevs(self)
Return a two dimensional array of probe cell standard deviations.
source code
 
npix(self)
Return a two dimensional array of the number of pixels in a probe cell.
source code
 
nrows(self)
The number of rows of probe cells in an array.
source code
 
ncols(self)
The number of columns of probe cells in an array.
source code
 
size(self)
The size of the probe cell array as a tuple (nrows,ncols).
source code
Method Details [hide private]

intensities(self)

source code 

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

stdevs(self)

source code 

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

npix(self)

source code 

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