I did ChIP-seq on a TF.
Now I have a consensus binding site. ATGNNNCGCNNNCAT (whatever)
What I want to do is predict where else this consensus binding site is aside from the ChIP sites. I used Virtual Footprint (put in sequences that made up the consensus site) and got 400 possible matches for where else such DNA sequences exist within my genome. I have the start and stop locations with respect to my fasta file.
Now I want to take those locations and identify what genes are in the vicinity of the binding site (+/- 50 bp from these sites). I don't know how to do this except manually look through IGV.
How can I automate this process. Thank you for your help
I tried to use ChIP anno with R but there are issues just loading the libraries. Any perl scripts or something would be useful. Thank you
Now I have a consensus binding site. ATGNNNCGCNNNCAT (whatever)
What I want to do is predict where else this consensus binding site is aside from the ChIP sites. I used Virtual Footprint (put in sequences that made up the consensus site) and got 400 possible matches for where else such DNA sequences exist within my genome. I have the start and stop locations with respect to my fasta file.
Now I want to take those locations and identify what genes are in the vicinity of the binding site (+/- 50 bp from these sites). I don't know how to do this except manually look through IGV.
How can I automate this process. Thank you for your help
I tried to use ChIP anno with R but there are issues just loading the libraries. Any perl scripts or something would be useful. Thank you
Comment