Comprehensive reporting of QC metrics: computational doublet annotation using cxds

require(singleCellTK)
require(umap)
require(ggplot2)
sce.qc<- params$object
    plotCxds<- suppressWarnings(plotCxdsResults( sce.qc, reducedDimName = "UMAP"))
    i="Cxds"
    cat(paste0('# ', i, ' {.tabset} \n\n'))
    cat(paste0('## Scatter Score \n\n'))
    plotCxds$scatterScore

    cat(paste0('## Density Score \n\n'))
    plotCxds$densityScore

    cat(paste0('## Violin Score \n\n'))
    plotCxds$violinScore

    cat(paste0('## Session info \n\n'))
    sce.qc@metadata$runCxds
description_CxdsResults<- descriptionCXDS()

{.unlisted .unnumbered .toc-ignore}

r description_CxdsResults



Try the singleCellTK package in your browser

Any scripts or data that you put into this service are public.

singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.