#' GetMNNPairsData
#'
#' @param x CanekDebug object.
#' @param batch batch correction number/name.
#'
#' @export
#'
GetMNNPairsData <- function(x, batch = 1) {
tmp <- GetDebugData(x)
#tmp[[batch]][["Correction Data"]][["MNN Pairs"]]
tmp[[batch]][["debug"]][["pairs"]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.