Learn R Programming

MethScope (version 1.0.0)

PlotConfusion: Generate confusion table for the final prediction

Description

Generate confusion table for the final prediction

Usage

PlotConfusion(prediction_result, actual_label, log2 = FALSE)

Value

A ggplot2 confusion table object.

Arguments

prediction_result

Prediction result from PredictCellType

actual_label

Ground truth cell label

log2

Log scale count (Default: False)