This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Why is the pValue peaks very high in EpigenomeRoadMap data.

Why is the pValue peaks very high in EpigenomeRoadMap data. Does that mean that the peaks are insignificant? For example: `> meanadult.brain.gr$pValue)

19.2`

chip-seq

1 answer

A raw p-value is in the range 0 to 1, so 19.2 is clearly not a p-value. The narrowPeak and broadPeak formats, which are standard formats for peak calls that are extended from the BED format, represent p- and q-values as -log10 transformed values. The Roadmap data structure is probably derived from this format and uses the same conversion. So 19.2 is actually a p-value of 10^(-19.2).

Thanks, I didn't notice that. Do you know what is the difference between the narrowPeak and broadPeak formats?

Log in to answer this question.