| exprSet2-class {limma} | R Documentation |
A class for storing intensity values from microarray experiments.
This class is similar to exprSet.
This class is not currently used in the limma package. It is an experimental class to investigate the possibility of a unified data class structure for single-channel and log-ratio analyses of spotted microarray data.
matrix containing intensity data on log-2 scale.
For two-color arrays, odd columns will usually correspond to channel 1 (green) and even columns to channel 2 (red) for different arrays.matrix containing non-negative quality weightsdata.frame containing factors corresponding to the columns of expressionsdata.frame containing gene IDs or annotation information.
Should have same number of rows as expressionlist containing information about the printing processcharacter
exprSet2 objects inherit a show method from the virtual class LargeDataObject, which means that exprSet2 objects will print in a compact way.
Gordon Smyth
2.Classes gives an overview of all the classes defined by this package.
exprSet is the corresponding class in the Biobase package.