show-method {beadarray} | R Documentation |
Prints a summary of an objects contents.
## S4 method for signature 'beadLevelData' show(object) ## S4 method for signature 'ExpressionSetIllumina' show(object)
object |
An object of class |
show
is commonly invoked by simply entering the name of an object. Calling it on the classes defined in beadarray will print a summary of the object contents, with the actual output dependent on the class of the object.
Output for the beadLevelData
class is broken down into three sections: experiment information, data that relate to each array section and data for individual beads. The full information relating to the first two groups will be display, with only a short summary of the per-bead information shown (currently 5 beads from the first section).
The ExpressionSetIllumina
class is based up the eSet class and the output from show
is closely related, with a short summary of the contents of available slots.
Mark Dunning