Single-cell/pseudobulk Differential Analysis
Purpose and Usage
1. Single-cell Level Differential Analysis (No Biological Replicates)
SDAS DEG -i st.h5ad -o outdir --group_key leiden --de_method wilcoxon \ --ident1 1 --ident2 2 \ --fdr 0.05 --log2fc 1SDAS DEG -i st.h5ad -o outdir --group_key leiden --de_method wilcoxon \ --fdr 0.05 --log2fc 1SDAS DEG -i st.h5ad -o outdir --group_key leiden --de_method wilcoxon \ --ident1 1 --ident2 2 \ --fdr 0.05 --log2fc 1 \ --subset_key cell_type --subset_values B
2. Pseudobulk Differential Analysis (With Biological Replicates)
Input Parameter Description
DEG Parameter
Required
Default Value
Description
Output Results Display
Result File
Description
names
scores
logfoldchanges
pvals
pvals_adj
geneName
log2FC
pvalue
FDR

Result Interpretation
Parameter Tuning Suggestions
Last updated