FindMarkers | R Documentation |
Differential expression testing between 2 specified groups of cells via pseudobulking and DESeq2
FindMarkers(
seurat,
clus_ident,
group_1,
group_2,
sample_ident,
expfilt_counts = 1,
expfilt_freq = 0.5,
out_dir = "FindMarkers",
alpha = 0.1
)
seurat |
A Seurat object |
clus_ident |
Identity for clusters. Normally 'seurat_clusters' but can be any identity |
group_1 |
Identity of cells within |
group_2 |
Identity of cells within |
sample_ident |
Sample identities. Identity class that indicates how to partition samples |
expfilt_counts |
genes with less than |
expfilt_freq |
genes that have greater than |
out_dir |
Name of output directory |
alpha |
FDR adjusted p-value threshold for significance in plotting. 0.1 by default. |
.csv files with marker genes per clus_ident
. .pdf files with diagnostic plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.