Description Usage Arguments Value
Using a bubbleplot, plot genes that are differentially expressed between cells of a comparison group within a grouping (i.e. DEGs between different disease groups within the same cell type). The results of all intragroup comparisons are compiled together and plotted together on one bubbleplot.
1 2 3 | PlotDEGenes(object, combo_list, group_by = "celltype",
compare_by = "class", gene_annotation_df = NULL, split_if = NULL,
...)
|
object |
Processed Seurat scRNAseq object |
combo_list |
Differentially expressed gene list for combination of contrast factors from FindGroupDEGs |
group_by |
Group variable within which to examine the cells. Default: celltype |
compare_by |
Group variable to use when comparing the cells. Default: class. |
gene_annotation_df |
Dataframe containing |
split_if |
If the number of features is above this amount, facet the plot. Default: NULL |
... |
Extra arguments to pass to SeuratBubblePlot::bubbleplot() |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.