performance: performance

Description Usage Arguments Value Examples

View source: R/performance.R

Description

This function summarizes the accuracy of simulated data.

Usage

1
performance(observed, expected, imputed)

Arguments

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.

Value

A list of accuracy measurements with mean and standard error.

Examples

1
2
3
data("K562_1_true")
options(digits = 2)
performance(observed=K562_T1_7k, expected=K562_1_true, imputed=T1_7k_imp)

Queen0044/scHiCBayes documentation built on Dec. 18, 2021, 8:43 a.m.