In clusterProfiler, enrichResult
objects have three columns for p-values: pvalue
, p.adjust
and qvalue
.
1. What is the difference between p.adjust
and qvalue
?
2. On what columns are the pvalueCutoff
and qvalueCutoff
filters performed?
3. if qvalueCutoff
operates on column qvalue
, why are rows with a NA q-value not removed?
Thanks!
Thanks! Are pvalueCutoff and qvalueCutoff combined with an AND or an OR? In other words, do both or either conditions need to be satisfied?
AND, both should be satisfied.