| FindAUC.All | R Documentation |
Calculate AUPRC and AUROC based on doublet scores and annotations for different doublet-detection methods on multiple datasets.
FindAUC.All(score.list.all, label.list, type)
score.list.all |
A list of doublet scores on multiple datasets. |
label.list |
A list of vectors of 0/1 doublet annotations. |
type |
A character of "AUPRC" or "AUROC". |
A list of AUPRCs or AUROCs of different doublet-detection methods on multiple datasets.
auprc.list.all <- FindAUC.All(score.list.all, label.list, 'AUPRC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.