xzhoulab / iDEA

Differential expression (DE); gene set Enrichment Analysis (GSEA); single cell RNAseq studies (scRNAseq)
GNU General Public License v3.0
32 stars 11 forks source link

pvalue or adj_pvalue #29

Open Flu09 opened 2 months ago

Flu09 commented 2 months ago

I used findmarkers() in Seurat to find DEGs I wonder which is the right metric to use pvalue or adj_pvalue

humanpaingeneticslab commented 2 months ago

For input to 'CreateiDEAObject', you will need neither of those. Rather, it takes the log2 fold changes and their variances.

Generally speaking, if you report the results of Seurat for DEGs, then please use the 'adj_pvalue'. When reporting on multiple statistical tests (in your case one test per gene) then you want to use the adjusted P-values (typically FDR-corrected, as genes aren't independent of one another, so Bonferroni's correction for multiple testing would be too pessimistic).