Database for Enhancers with Coordinates
4
0
Entering edit mode
2.6 years ago
dk0319 ▴ 70

Can anyone recommend some good databases for extracting bed files with enhancer coordinates. I have used UCSC in the past, I was hoping to find some alternatives

ChIP-Seq genome • 1.7k views
ADD COMMENT
1
Entering edit mode
2.6 years ago

dbSuper contains bed files for super enhancers as well as their constituent elements (normal enhancers) for a whole bunch of different tissues, cell types, and cell lines.

ADD COMMENT
1
Entering edit mode
2.6 years ago
Zhilong Jia ★ 2.2k

EnhancerDB

EpiMap

ADD COMMENT
1
Entering edit mode
2.6 years ago
Pratik ★ 1.0k

There is Ensembl's too.

Here is information on it: https://useast.ensembl.org/info/genome/funcgen/regulatory_build.html

You could find the previous annotations here through some clicking:

http://ftp.ensembl.org/pub/

If you want to use GRCh38:

You could download, gunzip, then do something like:

grep Enhancer homo_sapiens.GRCh38.Regulatory_Build.regulatory_features.20210107.gff | cut -f1,4,5 | awk -F "\t" '{ print "chr" $1,$2,$3 }'

There is also https://screen.encodeproject.org/ which I think Ensembl uses to curate their regulatory build file above.

ADD COMMENT
1
Entering edit mode
2.6 years ago
Papyrus ★ 2.9k

Also check EnhancerAtlas, apart from coordinates it provides predictions for enhancer-gene target interactions, which may be useful.

ADD COMMENT

Login before adding your answer.

Traffic: 2453 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