how to predict Transcription factor binding site for any crop when we have gene sequence, genome sequence, promoter sequence. And also how to find the distribution of that particular transcription factor over all genome using above information??
how to predict Transcription factor binding site for any crop when we have gene sequence, genome sequence, promoter sequence. And also how to find the distribution of that particular transcription factor over all genome using above information??
You could run FIMO on your entire genome for TFs (transcription factors; DNA-binding proteins) of interest, which gives you binding sites: genomic intervals where those TFs bind. Here's a post where I wrote up step-by-step instructions:
https://bioinformatics.stackexchange.com/a/2491/776
Once you have TF binding sites, you can intersect them with gene promoters or other annotations easily with BEDOPS bedops
etc.
Depends on your experiment, I guess. A reference genome rarely changes, but targets could easily do so. You only have to scan a reference genome once to build a "database" of binding sites. If your targets change, all you have to do is scan with bedops
etc. against the reference binding sites, which can take seconds, while re-running FIMO could take considerably more time.
I would probably give the Plant PFMs a try from JASPAR: http://jaspar.genereg.net/downloads/ ReMap now also contains Arabidopsis data ( http://remap.univ-amu.fr ) maybe the TF of interest is in there and one might extract useful information or at least build PFMs from this.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
what have you tried so far? If you look around (google) you should be able to find some decent starting points for this.
(additionally, why did you add
R
as a tag to your question? Do you want anR
based solution?)yes i was using "BiocManager" package in R, just to see if this will be helpful, and other than R i have seen JASPAR and MEMESuite but i am not able to do. I just want to know if there is any other option that will be possible.
OK, can you elaborate why JAPSAR and/or MEME are not working for you?
my crop is Vigna spp which is i have not found in JASPAR
Could you review approaches here: http://planttfdb.cbi.pku.edu.cn/index.php?sp=Vun and here: https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-017-4306-1 for TF discovery? You might even contact authors for advice and code, to set up a collaboration to run things for your particular species.
thanku soo much i think this is working