Would I have to deal with gene information? Obviously the transcription factor my PWM is based on is a for muscle genes. Would I have to only look for promoters around these genes?
I have a PWM of which I'd like to asses accuracy. The problem with scanning the ENTIRE genome (other than the fact its a overnight code run) is that it yields a lot of false positives compare to true positives.
Going through some posts on biostars, it may make more sense to only scan the promoter regions with my PWM. Is there an easy way to extract/get promoter regions for hg18 and mm9?
2 answers
A few useful sites with lists of many nice tools:
I am working with bacteria and there were several paper that reported the presence of binding sites inside ORFs. So on the one hand it would make sense to scan the whole genome. On the other hand, as you said, this will create a lot of false hits. A first and relatively conservative approach I would say that is scanning only the upstream regions. This is commonly done, and I would say that you will find for sure the more conserved boxes.
So I've built my PWM based on TF data. I already have the start and end coordinates for the TF binding site. Would it be sufficient to just grab a 1000bp neighbourhood around this binding site? Is 1000bp sufficient enough to encapsulate the entire promoter region for this particular binding site?
Check this out:
I don't really know the genes. I just know the coordinates of where the transcription factor bind. Is it sufficient for me to take a 2000bp neighbourhood around this coordinate. I would imagine that encapsulates the binding site.
Okay, thanks. I am not sure if taking a range will help me though. Whether its a 1kb or 5kb neighbourhood, there only exists one true site in there given by my coordinate. However, the larger my neighbourhood, the higher number of false positives I get. I think I'll take a 2kb neighbourhood as promoter regions are upto 1000bp anyway.
Great finally came to an conclusion. I still do not understand what your actual question is about!! If you are looking for exact transcription factor binding site the length is usually between 5 to 31 nucleotides. The question you started was how to extract promoter regions, which already includes TFB sites. Anyway you found a solution. Best of luck.
Log in to answer this question.