| FindACC | R Documentation |
Calculate precision, recall, or TNR based on identified doublet indices and true doublet annotations.
FindACC(doublet.list, label, type)
doublet.list |
A list of doublet indices for different doublet-detection methods. |
label |
A vector of 0/1 doublet annotations. |
type |
A character of "precision", "recall", or "TNR". |
A list of precision, recall, or TNR for different doublet-detection methods.
acc.list <- FindACC(doublet.list = doublet.list, label = label.list$`J293t-dm`, type = 'precision')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.