Description Usage Arguments Value Author(s) Examples
Compute FR statistic for any two cell populations in flow cytometry data. Runtime of the FR test is quadratic in the number of events (nodes) totaling a single population pair comprison.
1 | getFR(xx1, xx2)
|
xx1 |
events of a single cell population, organized in a matrix or a data.frame of events (rows) by features (columns). |
xx2 |
events of a single cell population, organized in a matrix or a data.frame of events (rows) by features (columns). |
ww FR statistic.
runs number of within-group subtrees (large number of runs indicate high degree of dissimilarity between the two cell populations being compared.
mu expected number of runs (when the two cell populations are similarly distributed).
sigma2 variance of runs.
pNorm p-values of the FR statitic assuming large sample asymptotic normal assumption.
Chiaowen Joyce Hsiao joyce.hsiao1@gmail.com
1 | ## see vignettes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.