Trees | Index | Help |
---|
Package Bio :: Package Affy :: Module CelFile :: Class CelRecord |
|
Stores the information in a cel file
Needs error handling. Needs to know the chip design.Method Summary | |
---|---|
Pass the data attributes as a dictionary. | |
Return a two dimensional array of probe cell intensities. | |
The number of columns of probe cells in an array. | |
Return a two dimensional array of the number of pixels in a probe cell. | |
The number of rows of probe cells in an array. | |
The size of the probe cell array as a tuple (nrows,ncols). | |
Return a two dimensional array of probe cell standard deviations. |
Method Details |
---|
__init__(self,
data_dict)
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 |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:12 2007 | http://epydoc.sf.net |