P value and Adj. P value showing N/A
1
0
Entering edit mode
Yihan • 0
@8e03f28b
Last seen 2.5 years ago
United States

I was trying to identify the genes that are the most different between WT and KI mice based on log 2 fold change. I'm wondering why for some of them it shows NA for p value and p.adj value?

dds <- DESeq(ddsHTSeq_filtered)

# By genotype for med KI vs WT (9w)
res_9w_med_genotype <- results(dds, contrast=c("group","9wWTmed","9wKImed")) 
res_9w_med_genotype[order(abs(res_9w_med_genotype$log2FoldChange), decreasing = TRUE),]

enter image description here

DESeq2 • 773 views
ADD COMMENT
2
Entering edit mode

http://bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#why-are-some-p-values-set-to-na

As Mike says, you can be almost certain that most DESeq2 question, unless it is some super special case, is explained in the FAQs.

ADD REPLY
2
Entering edit mode
@mikelove
Last seen 22 hours ago
United States

This is explained in the DESeq2 vignette.

ADD COMMENT

Login before adding your answer.

Traffic: 716 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6