This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Downloading promoter sequences from UCSC in bed format

Hi,

I need to get promoter coordinates in human genome from hg19 assembly. I have used UCSC table browser to obtain these promoters. However, the bed file I got only had 3 columns. How can I get 9 additional column too as mentioned here:

http://genome.ucsc.edu/FAQ/FAQformat.html#format1

genomics gene assembly

1 answer

BED format requires only first three columns. So the file you got is in proper BED format.

Log in to answer this question.