Description Usage Arguments Value Examples
This function summarizes the accuracy of simulated data.
1 | performance(observed, expected, imputed)
|
observed |
Observed observed cells matrix, with each column being the upper triangular of a observed cell. |
expected |
Underline true count of the simulated data. |
imputed |
Imputed matrix from MCMCImpute. |
A list of accuracy measurements with mean and standard error.
1 2 3 | data("K562_1_true")
options(digits = 2)
performance(observed=K562_T1_7k, expected=K562_1_true, imputed=T1_7k_imp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.