show-method: Display object summary
Description
Prints a summary of an objects contents.
Usage
"show"(object)
"show"(object)
Details
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.