Description Usage Arguments Value Details Author(s) See Also
Collection of generic function definitions used in immunoClust
either for an immunoClust
or an immunoMeta
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | nsam(object, ...)
sam_ncls(object, ...)
sam_clsWeights(object, ...)
sam_clsEvents(object, ...)
sam_clsMu(object, ...)
sam_clsSigma(object, ...)
nobs(object, ...)
npar(object, ...)
ncls(object, ...)
weights(object, ...)
mu(object, ...)
sigma(object, ...)
label(object, ...)
posterior(object, ...)
subset(x, ...)
parameters(object, ...)
parameters(object, ...) <- value
transformParams(object, ...)
|
object, x |
an object to apply the function. |
value |
a value to apply in replace method. |
... |
addionional options to be passed to methods |
The appropriate value for the specific cal (see dection Details).
returns the number of cell-event immunoClust
-objects
co-clustered in the immunoMeta
-object.
returns the cluster weights of all samples cell-clusters.
returns the cluster event numbers of all samples cell-clusters.
returns the cluster means of all samples cell-clusters.
returns the cluster co-variance matrices of all samples cell-clusters.
already generic in stats
. Here, returns the number of
clustered objects either cell-events or cell-clusters in cell event or
meta clustering.
returns the number of parameters used for clustering.
returns the number of cluster, either cell-event cluster or meta-cluster.
already generic in stats
. Here, returns the weights
of the mixture models for the cell-event of meta-clustering.
returns the cluster means.
already generic in stats
. Here, returns the co-variance
matrices of the clusters.
returns the cluster label, i.e. the assignment of the clustered objects to the clusters.
returns the posterior probabilities of cluster membership for the clustered objects.
returns the number of cell-events for the clusters.
alreay generic in stats
. Here, returns an object with
mixture model on a subset of parameters.
already generic in flowCore
. Here, lists the
parameters used for clustering.
Modifies the list of parameters used for clustering.
return an object with transformed mixture model parameters.
Till Sörensen till-antoni.soerensen@charite.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.