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

Class CelRecord

source code

object --+
         |
        CelRecord

Stores the information in a cel file (DEPRECATED).

Needs error handling. Needs to know the chip design.

This class is DEPRECATED; please use the Record class instead.

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data_dict)
(Constructor)

source code 

Pass the data attributes as a dictionary.

Overrides: object.__init__

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