Description Usage Arguments Value
View source: R/PlotSplitGroupDEGs.R
For a given Seurat object and a list of intragroup DEGs, for each grouping plot the genes that were differentially expressed between each comparison_group. The results for each comparison within the group will be plotted in its own bubbleplot, and all comparisons for that group are combined into one compound plot.
1 2 | PlotSplitGroupDEGs(object, combo_list, group_by = "celltype",
compare_by = "class", ...)
|
object |
Processed Seurat scRNAseq object |
combo_list |
List of list of differentially expressed genes from DEcombinations |
group_by |
Primary grouping variable (from ident slot or meta.data column) |
compare_by |
Intragroup comparison variable |
... |
Additional parameters to pass to bubbleplot |
A list of gtables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.