Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/cell.clustering.R
Performs EMt-iteration on cell event observations giving initial model
parameters and returns the fitted clusters information in an object of class
immunoClust
.
1 2 3 4 5 6 7 |
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. |
K |
The number of clusters. |
w |
The K-dimensional vector of the mixture proportions. |
m |
The K x P-dimensional matrix of the K estimated cluster means. |
s |
The K x P x P-dimensional matrix of the K estimated cluster covariance matrices. |
B |
The maximum number of EMt-iterations. |
tol |
The tolerance used to assess the convergence of the EMt-algorithms. |
bias |
The ICL-bias used in the EMt-algorithm. |
modelName |
Used mixture model; either |
Whereas cell.EM
performs a complete EMt-iteration, cell.Estimate
only calculates the posterior probabilities and the Maximum-A-Posterior
estimators of cluster membership for all events.
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 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.