Finding promoter regions in bacteria
1
0
Entering edit mode
6.5 years ago
genseq • 0

I'm writing a program to find the promoter regions in bacteria. I though that the simple idea of getting let's say 100 nucleotides before the coding sequence on the DNA and calculating the consensus would work (at least would show some pattern). But, apparently, it doesn't.

Let's say we've got E.coli genome and annotations from NCBI RefSeq. Next we scan through annotation to get positions of CDS and record 100 nucleotides before the CDS (actually, I include first 3 nucleotides of CDS, usually ATG). Consensus in UGENE https://ibb.co/kErQfw

But I see nothing similar to the Pribnow box. What am I doing wrong?

promoter bacteria DNA • 1.8k views
ADD COMMENT
0
Entering edit mode
6.5 years ago
Asaf 10k
  1. The CDS start is not the transcription start site. You can get the TSS from EcoCyc if you would like.
  2. There is some variation in the distance between the -35/-10 and TSS so you'll need something like MEME to find the motifs, it won't pop up using strict alignment

    I suggest to look at Hawley & McClure from 1983, they did a beautiful work with much less than we have today.

ADD COMMENT

Login before adding your answer.

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