Nothing
require(singleCellTK) require(umap) require(ggplot2)
sce.qc<- params$object
plotDoubletCells<- suppressWarnings(plotDoubletCellsResults(inSCE = sce.qc, reducedDimName = "UMAP")) i="DoubletCells" cat(paste0('# ', i, ' {.tabset} \n\n')) cat(paste0('## Scatter Score \n\n')) plotDoubletCells$scatter_doubletScore cat(paste0('## Density Score \n\n')) plotDoubletCells$density_doubletScore cat(paste0('## Violin Score \n\n')) plotDoubletCells$violin_doubletScore cat(paste0('## Session info \n\n')) sce.qc@metadata$runDoubletCells
description_DoubletCells<- descriptionDoubletCells()
r description_DoubletCells
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.