eva_cal | R Documentation |
calculate the F1 score of each cell population, mean of F1 score and overall accuracy
eva_cal(prediction, cell_label)
prediction |
A vector of annotate cell type labels |
cell_label |
A vector of original cell type labels |
A matrix contain the F1 score of each cell population, mean of F1 score and overall accuracy
data(predict_label)
data(pbmc2)
eva_cal(prediction = predict_label,cell_label = pbmc2[,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.