Visualize Differentially Expressed Programs with dot plot
Source:R/enrichmentAnalysis.R
plotDEPsDots.Rd
Creates a dot plot showing fold enrichment and significance of differentially expressed NMF programs across cell types, similar to gene expression dot plots.
Examples
deps <- FindAllDEPs(sce, "cell_type")
#> Error: object 'sce' not found
plotDEPsDots(deps)
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'args' in selecting a method for function 'do.call': error in evaluating the argument 'X' in selecting a method for function 'lapply': object 'deps' not found