Description Usage Arguments Value Author(s) Examples
Gives information about the amount of overexposed cell-event observetion in a FCS-file.
1 2 | removed.above(fcs, parameters=NULL, N=NULL, max.count=10, max=NULL)
removed.below(fcs, parameters=NULL, N=NULL, min.count=10, min=NULL)
|
fcs |
An object of class flowFrame. Rows correspond to observations and columns correspond to measured parameters. |
parameters |
A character vector specifying the parameters (columns) to be included in clustering. When it is left unspecified, all the parameters will be used. |
N |
Maximum number of observations used for clustering. When unspecified
or higher than the number of observations (i.e. rows) in dat, all observations
are used for clustering, otherwise only the first |
max.count |
An integer specifying the threshold count for filtering data
points from above. The default is 10, meaning that if 10 or more data points
are larger than or equal to |
max |
The upper limit set for data filtering. Note that it is a vector of length equal to the number of parameters (columns), implying that a different value can be set for each parameter. |
min.count |
analoguous to |
min |
analoguous to |
A table with two rows containing the number of events above max
in
each parameter and above in only this parameter. The two last columns
give the sum and percentage of all events above max
in any parameter.
Till Sörensen till-antoni.soerensen@charite.de
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.