"summary-methods" {rflowcyt} | R Documentation |
Summary of object
Description
A summary such as statistics or the names of the list items will be
output depending on the class of object.
Methods
- object = "ANY"
- usually a print-out of statistics and names
- object = "FCSmetadata"
- Displays the structure of this object
- object = "FCS"
- A "FCSsummary" object is returned; Displays five-number summary using
Tukey's method and the standard deviation for each column variable in
the data of the FCS object and a print-out of information about
the metadata, showing the description of the slots, the column
parameter descriptives, and the slotNames in metdata@fcsinfo.
- object = "PRIM.step"
- A matrix summarizing the iterations for the
step is output
- object = "PRIM.step.set"
- A list of matrices summarizing the
iterations for each step is output ; the names of the list components
is 'peel.step' and 'expand.step'
- object = "PRIM.crossval.step"
- A list of
'PRIM.step.set' summary outputs is output; the list is
indexed by testdata set "TD*" where "*" is the numeric ID
[Package
rflowcyt version 1.2.0
Index]