scHiC_ROC: This package draws ROC (Receiver operating characteristic)...

View source: R/scHiC_ROC.R

scHiC_ROCR Documentation

This package draws ROC (Receiver operating characteristic) curve to visually demonstrate ability to tell SZ from DO.

Description

This package draws ROC (Receiver operating characteristic) curve to visually demonstrate ability to tell SZ from DO.

Usage

scHiC_ROC(observed, expected, result)

Arguments

observed

Observed sngle cell with each column being the upper triangular of single cell.

expected

Underline true count of simulated data.

result

Result from MCMCImpute funciton.

Value

A plot of ROC curve.

Examples

scHiC_ROC(observed=K562_T1_7k, expected=K562_1_true, result=T1_7k_res)

Queen0044/HiCImpute documentation built on Oct. 9, 2022, 9:30 a.m.