This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Histone marks enrichment analysis

Hello everyone, here's my question:

I have a bed file of human genomic coordinates (hg19), and I would like to know whether ChIP-seq peaks for specific histone marks (such as those from ENCODE) are significantly more represented within my test regions compared to a background (another bed file). Is there any tool which would allow me to do that?

Thanks in advance.

rna-seq

Use bedtools intersect and count the overlapped regions for your two peak files (separately) against hg19 bed file.

0 answers

No answers yet.

Log in to answer this question.