This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Unusual distribution of LogFC in EdgeR (Single cell)

I am doing a differential expression analysis using single cell analysis using edgeR and getting skewed distribution of LogFC. Any thoughts on why I am getting the following distribution. LogFold change plot

The code for the analysis

dge <- calcNormFactors(dge)

design <- model.matrix(~0+group, data=dge$samples)

dge <- estimateDisp(dge, design = design)
fit <- glmQLFit(dge, design = design)
my.contrasts <- makeContrasts(KO_vs_WT = groupKO-groupWT, levels=design)
qlf.contrast <- glmQLFTest(fit, contrast=my.contrasts)
edger differential expression rna-seq

Can you describe in more detail how you are doing the analysis, and possibly include your code?

0 answers

No answers yet.

Log in to answer this question.