Thank you very much for your reply !!! I really appreciate.
Hello,
I have analyzed the ChIP-seq data. I have used MACS2 for peak calling. In result of that, I have data with the peaks and their corresponding peak regions from MACS2 peak analysis tools. I would like to know further that how can I check whether these peaks fall into enhancer or promoter region of the gene. Could you please let me know any particular software and tools available for it. Thank you.
3 answers
As far as I know, several histone modifications and DHS is data available for Lungs in epigenome roadmap. You can check if they have provided with the chromHMM for lungs and intersect your peaks with different chromHMM segment to see if your peaks are enriched in enhancers and promoters.
Update: E096 is the sample ID of lung tissue. So you can see here that you have H3K4Me1, H3K27Ac, H3K4Me3 consistent narrow and broadpeaks. From this you can pretty much define active enhancers and promoters in lungs.
H3K27Ac + H3K4Me1 = Active enhancers
H3K27Ac + H3K4Me3 = Active promoters
H3K4Me1 - H3K27Ac = Inactive/Poised enhancers.
Then you can do enrichment analysis on your peaks.
If you are looking for tools to intersect peaks, you can use bedtools
I update the answer.
@geek_y: Hi! Thanks for your answer! It is really helpful!
So, after I do the intersection of my Peak file with the Enhancer file, how can I do enrichment analysis? I mean, the intersection will give me the genomic regions, which are enhancer, but how to associate them with genes?
Many thanks for your help!
If something is far promoter, its not necessarily an enhancer.
I agree with your point and thank you for clarification. To define peak as enhancer it need to be overlapped with enhancer mark or DHS site from the given cell type.
DHS is still open-chromatin region, so it can be a CTCF binding site or an inactive open-chromatin region. For an enhancer, it should have enhancer mark like H3K27Ac+H3K4Me1 or a bidirectional CAGE tags etc.
Hi,
if you have the gene model of your organism (usually in .gtf or .gff format, eventually as a R-package from Bioconductor), you can use R to find overlaps between called peaks and specific features of your genome (genes, exons, promoters). As far as I know, these genome models don't contain coordinates of enhancers. In this case, you could use the methods geek_y provided and add enhancers to your model. Both the data of called peaks and the gene model can be read in R environment as GRanges-object. There are many methods you can apply on GRanges-objects, especially findOverlaps, which could be useful to you.
HTH
OP already mentioned that its Human Lung endothelial cells
Log in to answer this question.
What kind of ChIP-Seq data it is ? and what tissue/cell line ? If you have the regulome definition ( ChromHMM ) from ENCODE or roadmap epigenome for tissue of your interest, you can check if your peaks are enriched in enhancer/promoter regions.
Otherwise, you can assume that the peaks overlapping the annotated TSS as promoter peaks and rest as enhancer peaks.
Thank you for your reply. It is ChIP-Seq for transcription factor data. Chip- seq data performed on Human Lung endothelial cells. The data looks like below attached picture. The column 1 contains - Chromosome number and column 2 and 3 contains genomic position number.
Dear @GouthamAtla since your reply seems relevant to question as well , i need to ask you a question. i need to know whether Snp is on enhancer region and why this Snp can regulate gene expression of that target gene. so i need to get enhancer regions from publicly available data e.g ENCODE . Encode contain Histone marks bigwig file which is Signal p value and bed (broadPeak),(NarrowPeaks) which contains peaks . 1-My Question is which file should i use bigwig or (broadPeak),(NarrowPeaks) from ENCODE to define the enhnacer regions ?, and how can i define the enhancer regions from that file? Also which histone marks should i use to define enhancer regions? after getting enhancer region file Iam going to use IGV tool to visualize that whether snps overlap with enhancer regions Thank you