powered by
calculate the F1 score of each cell population, mean of F1 score and overall accuracy
eva_cal(prediction, cell_label)
A matrix contain the F1 score of each cell population, mean of F1 score and overall accuracy
A vector of annotate cell type labels
A vector of original cell type labels
data(predict_label) data(pbmc2) eva_cal(prediction = predict_label,cell_label = pbmc2[,1])
Run the code above in your browser using DataLab