Description Arguments Accessors Methods Author(s) See Also Examples
Documentation of the accessors and methods for immunoClust-objects
object, immunoClust |
an object of class
|
cls |
cluster subset for retrieved slot values. |
par |
parameter subset for retrieved slot values. |
the number of cell events clustered
Usage:
nobs(immunoClust)
the number of clusters.
Usage:
ncls(immunoClust)
the number of parameters measured, cell-clustered
Usage:
npar(immunoClust)
extracts or replaces the names of measured, cell-clustered parameters
Usage:
parameters(immunoClust)
parameters(immunoClust) <- value
the clustering label, that is the assignment of the cell-events to the clusters.
Usage:
label(immunoClust)
the clustering weights for the cluster selection (all cluster by default)
Usage:
weights(immunoClust,cls=seq_len(ncls(immunoClust)))
the cluster mean values for the cluster and parameter selection (all cluster and all parameter by default)
Usage:
mu(immunoClust, cls=seq_len(ncls(immunoClust)),
par=seq_len(npar(immunoClust)))
the cluster co-variance values for the cluster and parameter selection (all cluster and all parameter by default)
Usage:
sigma(immunoClust, cls=seq_len(ncls(immunoClust)),
par=seq_len(npar(immunoClust)))
the posterior probabilities of cluster membership for each event
Usage:
posterior(immunoClust)
the cell-event numbers for the cluster selection (all cluster by default)
Usage:
events(immunoClust, ncls=seq_len(ncls(immunoClust)))
Builds the immunoClust
-object for a parameter subset
Usage:
res <- subset(immunoClust, par)
Scales and translates the cluster means of the immunoClust
-object
in each parameter
Usage:
res <- transformParams(immunoClust, scale=c(), offset=c())
Till Sörensen till-antoni.soerensen@charite.de
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.