View source: R/FindMarkersCondition.R
FindMarkersCondition | R Documentation |
Differential expression testing between conditions via pseudobulking and DESeq2
FindMarkersCondition(
seurat,
clus_ident,
sample_ident,
condition_ident,
conditions,
expfilt_counts = 1,
expfilt_freq = 0.5,
out_dir = "FindMarkersCondition_outs",
alpha = 0.1
)
seurat |
A Seurat object |
clus_ident |
Identity for clusters. Normally 'seurat_clusters' but can be any identity |
sample_ident |
Sample identities. Identity class that indicates how to partition samples |
condition_ident |
Identity class for conditions to be tested |
conditions |
A vector of the 2 conditions within |
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.