print-methods {marrayClasses} | R Documentation |
Print methods were defined for the microarray classes, "marrayInfo"
, "marrayLayout"
, "marrayRaw"
, "marrayNorm"
, "marraySpots"
, and "marrayTwo"
. These methods produce summaries of the intensity and textual data stored in different classes of microarray objects.
"marrayLayout"
, the method prints main layout parameters such as the number of spots and the dimensions of the spot and grid matrices."marrayInfo"
, the method prints the first 10 rows of the "maInfo"
and "maLabels"
slots."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"
."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"
."marrayTwo"
, the method prints a short description of the microarray layout "maLayout"
, and a summary of the distribution of the statistics "maX"
and "maY"
."marraySpots"
, the method prints a short description of the microarray layout "maLayout"
and the probe sequences spotted on the arrays "maGnames"
.