complex_upset_plot | R Documentation |
This function takes Seurat object as input and visualize the genes that are unique to a particular group or shared by multiple group.
complex_upset_plot(seu_obj, celltype, group, logfc = 0.5, min_size = 1)
seu_obj |
A complete Seurat object. |
celltype |
The cell type to analyze. |
group |
Group factor in meta data. |
logfc |
Log fold change to select the DEGs |
min_size |
Minimal number of observations in an intersection for it to be included |
An UpSet plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.