Description Usage Arguments Value See Also Examples
View source: R/visualizations.R
This function allows to the user to examine the distribution of enrichment across groups by generating a split violin plot.
1 2 3 4 5 6 7  | 
enriched | 
 The output of   | 
x.axis | 
 Optional parameter for seperation.  | 
split | 
 The parameter to split, must be binary.  | 
gene.set | 
 The gene set to graph on the y-axis.  | 
colors | 
 The color palette for the ridge plot.  | 
ggplot2 object violin-based distributions of selected gene.set
enrichIt for generating enrichment scores.
1 2 3 4  | ES2 <- readRDS(url(
"https://ncborcherding.github.io/vignettes/scone_enrichment_results.rds"))
splitEnrichment(ES2, x.axis = "cluster", split = "Type", 
gene.set = "HALLMARK_DNA_REPAIR")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.