PlotConfusion: Generate confusion table for the final prediction

View source: R/VisualizeOutput.R

PlotConfusionR Documentation

Generate confusion table for the final prediction

Description

Generate confusion table for the final prediction

Usage

PlotConfusion(prediction_result, actual_label, log2 = FALSE)

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.


MethScope documentation built on Feb. 27, 2026, 1:08 a.m.