Generate confusion table for the final prediction
Usage
PlotConfusion(prediction_result, actual_label, log2 = F)
Arguments
- prediction_result
Prediction result from PredictCellType
- actual_label
Ground truth cell label
- log2
Log scale count (Default: False)
Value
A ggplot2 confusion table object.