View source: R/DEGsByCluster.R
DEbyClust | R Documentation |
For analysis within each cluster (or other set of cell group defined in meta.data) for DEGs (markers) that are significant between specified comparison. Comparison must exist as a column in seuratObject(at)meta.data" column with two possible values (i.e. ko, wt, or treated, sham)
DEbyClust(x, group = "seurat_clusters", comp = NULL)
x |
Seurat object with clusters defined |
group |
Category to compare with ("seurat_clusters" is default). Can be any parameter specified in meta.data column that segregated cells into labeled groups. |
comp |
Comparison to be tested. Must be specified and be a column in meta.data. Use quoted column header of comparison, i.e. comp = "treatment" where "treatment" is a column header for cells that were "stim." or "vehicle". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.