| FindACC.All | R Documentation |
Calculate precision, recall, or TNR based on identified doublet indices and true doublet annotations on multiple datasets.
FindACC.All(doublet.list.all, label.list, type)
doublet.list.all |
A list of doublet indices for different doublet-detection methods on multiple datasets. |
label.list |
A list of vectors of 0/1 doublet annotations on multiple datasets. |
A list of precision, recall, or TNR for different doublet-detection methods on multiple datasets.
precision.list.all <- FindACC.All(doublet.list.all = doublet.list.all, label.list = label.list, type = 'precision') recall.list.all <- FindACC.All(doublet.list.all = doublet.list.all, label.list = label.list, type = 'recall') tnr.list.all <- FindACC.All(doublet.list.all = doublet.list.all, label.list = label.list, type = 'TNR')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.