Description Usage Arguments Value Author(s) References See Also Examples
Thess functions collect the output of the meta.process
and
extracts the event numbers, relative frequencies or mean fluorescence
intensities for each meta-cluster and cell-clustering experiment in a numeric
table.
1 2 3 4 5 6 7 8 9 | meta.numEvents(meta, out.all=TRUE, out.removed=FALSE, out.unclassified=TRUE)
meta.relEvents(meta, out.all=TRUE)
meta.relParent(meta, out.all=TRUE, out.removed=FALSE, out.unclassified=TRUE)
meta.parMFI(meta, par, out.all=TRUE)
meta.numClusters(meta, out.all=TRUE)
meta.freqTable(meta)
|
meta |
The list-object returned by the function meta.process. |
par |
An integer index to the specific parameter. |
out.all |
A numeric indicator whether the event numbers of all hierarchical gating levels are obtained or only the meta-clusters themselves. |
out.removed |
A numeric indcator whether the number of removed events, which are not used for clustering are exported. |
out.unclassified |
A numeric indicator whether the event numbers of the hierarchical gating levels or all meta-clusters are exported. |
A numberic matrix with
the number of cell events
relative frequencies, i.e. the number of cell events per total meeasured events
relative frequencies according to parent relationship in the annotated hierarchy.
mean fluorecence intensities in one parameter, i.e. the meta-cluster centers in asinh-tranformed scale
the number of cell clusters
relative frequencies with respect to all gating hierarchie levels
in each meta-cluster (and gating hierarchy level) for each cell-clustering experiment.
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 (submitted).
1 2 3 | data(dat.exp)
meta <- meta.process(dat.exp)
tbl <- meta.numEvents(meta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.