Description Usage Arguments Value Author(s) References See Also Examples
View source: R/cell.clustering.R
Performs an EM-iteration on cell event observations given an initial cluster
membership for the cell events and returns the fitted cluster information in an
object of class immunoClust
.
1 2 |
data |
A numeric matrix, data frame of observations, or object of class flowFrame. |
parameters |
A character vector specifying the parameters (columns) to be included in clustering. When it is left unspecified, all the parameters will be used. |
expName |
The name of the clustering experiment. |
history |
experimental; unused so far. |
state |
experimental: unused so far. |
label |
The N-dimensional vector containing the initial cluster membership. A label-number of 0 for an event indicates that this event is not initially assigned to a cluster. |
B |
The maximum number of EMt-iterations. |
tol |
The tolerance used to assess the convergence of the EMt-algorithms. |
modelName |
Used mixture model; either |
The fitted clusters information in an object of class
immunoClust
.
Till Sörensen till-antoni.soerensen@charite.de
Sörensen, T., Baumgart, S., Durek, P., Grützkau, A. and Häupl, T. immunoClust - an automated analysis pipeline for the identification of immunophenotypic signatures in high-dimensional cytometric datasets. Cytometry A (accepted).
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.