require(singleCellTK) require(ggplot2)
sce.qc<- params$object
plotsScrublet<- plotScrubletResults(sce.qc, reducedDimName="UMAP") i="Scrublet" cat(paste0('# ', i, ' {.tabset .tabset-fade} \n\n')) cat(paste0('## Scatter Score \n\n')) plotsScrublet$scatter_doubletScore cat(paste0('## Scatter Call \n\n')) plotsScrublet$scatter_doubletCall cat(paste0('## Density Score \n\n')) plotsScrublet$density_doubletScore cat(paste0('## Violin Score \n\n')) plotsScrublet$violin_doubletScore cat(paste0('## Session info \n\n')) sce.qc@metadata$runScrublet
description_Scrublet <- descriptionScrublet()
r description_Scrublet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.