| FindAUC | R Documentation |
Calculate AUPRC and AUROC based on doublet scores and annotations for different doublet-detection methods on one dataset.
FindAUC(score.list, label, type)
score.list |
A list of doublet scores on one dataset. |
label |
A vector of 0/1 doublet annotations. |
type |
A character of "AUPRC" or "AUROC". |
A list of AUPRCs or AUROCs of different doublet-detection methods.
auprc.list <- FindAUC(score.list = score.list, label = label.list$`J293t-dm`, type = 'AUPRC') auroc.list <- FindAUC(score.list = score.list, label = label.list$`J293t-dm`, type = 'AUROC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.