scHiC_ROC | R Documentation |
This package draws ROC (Receiver operating characteristic) curve to visually demonstrate ability to tell SZ from DO.
scHiC_ROC(observed, expected, result)
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. |
A plot of ROC curve.
scHiC_ROC(observed=K562_T1_7k, expected=K562_1_true, result=T1_7k_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.