parameters-methods.RdMany different objects in flowCore are associated with one or more
parameters. This includes filter,
flowFrame and parameterFilter
objects that all either describe or use parameters.
parameters(object, ...)
| object | Object of class |
|---|---|
| ... | Further arguments that get passed on to the methods. |
When applied to a flowFrame object, the result is an
AnnotatedDataFrame
describing the parameters recorded by the cytometer. For other objects it
will usually return a vector of names used by the object for its
calculations.
Returns for all objects that inherit from
filter a vector of parameters on which a gate is
defined.
see above
see above
see above
Returns an
AnnotatedDataFrame
containing detailed descriptions about the measurement parameters of the
flowFrame. For flowFrame objects
there also exists a replacement method.
#> An object of class 'AnnotatedDataFrame' #> rowNames: $P1 $P2 ... $P8 (8 total) #> varLabels: name desc ... maxRange (5 total) #> varMetadata: labelDescription#> name desc range minRange maxRange #> $P1 FSC-H FSC-H 1024 0.000000 1023 #> $P2 SSC-H SSC-H 1024 0.000000 1023 #> $P3 FL1-H <NA> 1024 1.009044 10000 #> $P4 FL2-H <NA> 1024 1.009044 10000 #> $P5 FL3-H <NA> 1024 1.009044 10000 #> $P6 FL1-A <NA> 1024 0.000000 1023 #> $P7 FL4-H <NA> 1024 1.009044 10000 #> $P8 Time Time (51.20 sec.) 1024 0.000000 1023