promoters hg38 coordinates
1
1
Entering edit mode
2.2 years ago
Morris_Chair ▴ 350

Hello everyone, Do you know if there is any easy way to get human genes promoters coordinates?

like a link from where I can download it

thanks

Chip-seq • 832 views
ADD COMMENT
2
Entering edit mode
2.2 years ago

ChIPseeker has a function for this.

ADD COMMENT
0
Entering edit mode

Hello Jared, thank you for the answer

I used ChIPseeker but unlesss I'm doing something wrong it doesn't includes the coordinates of a promoter but only how far it is the peak from it. I know it includes also the start and the end of the genes but then, is it included in this range the promoter as well ?

I think would be good to have a list of promoters coordinates and filter out genes from my peaks.bed file

Thank you

ADD REPLY
2
Entering edit mode

I see. Something like this should work then:

library("TxDb.Hsapiens.UCSC.hg38.refGene")
tx <- TxDb.Hsapiens.UCSC.hg38.refGene
proms <- promoters(tx)

See ?promoters for changing the upstream/downstream lengths.

ADD REPLY

Login before adding your answer.

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