Print methods were defined for the microarray classes,
"marrayInfo"
, "marrayLayout"
,
"marrayRaw"
, "marrayNorm"
. These methods
produce summaries of the intensity and textual data stored in different
classes of microarray objects.
generic print method
for an object of class "marrayLayout"
, the method prints main layout parameters such as the number of spots and the dimensions of the spot and grid matrices.
for an object of class "marrayInfo"
, the method prints the first 10 rows of the "maInfo"
and "maLabels"
slots.
for an object of class "marrayRaw"
, the method prints a short description of the microarray layout "maLayout"
and the target samples hybridized to the arrays "maTargets"
, and a summary of the distribution of the log-ratio statistics "maM"
.
for an object of class "marrayNorm"
, the method prints a short description of the microarray layout "maLayout"
and the target samples hybridized to the arrays "maTargets"
, and a summary of the distribution of the log-ratio statistics "maM"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.