knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(Canek)
library(CanekDebug)
x <- RunCanek(SimBatches$batches, debug = TRUE)
GetDebugInfo(x)
x$`B2/B1`$debug$info
plotRunningTime(x)
plotTopGenes(x)
CheckUncorrectedMemberships(x)
plotCorrectionHeatmap(x)
plotCorrectionHist(x)


ddiez/CanekDebug documentation built on April 13, 2021, 9:05 p.m.