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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.