Description Usage Arguments Value Author(s) References See Also Examples
The function takes a vector of immunoClust
-object obtained
by the cell.process
function and extracts ths information
into a list
object.
1 | meta.exprs(exp, sub=c())
|
exp |
The vector of |
sub |
A integer array indicating the parameter subset to be collected. |
A list
object with the following slots:
P |
The number of observed parameters for the cell event clusters. |
N |
The number of cell-clustering samples. |
K |
The N-dimensional vector with the numbers of cell event clusters in each experiment. The total number of clusters is sum(K). |
W |
The totK-dimensional vector with weights of all clusters. |
M |
The totK x P-dimensional matrix of all cluster means. |
S |
The totK x P x P-dimensional matrix of all cluster covariance matrices. |
expNames |
The N-dimensional vector with the experiment names of the cell clustering samples. |
expEvents |
The N-dimensional vector for the total number of events of the cell clustering samples. |
clsEvents |
The totK-dimensional vector for the event number of all clusters. |
desc |
The P-dimensional vector for the parameter description. |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.