Hi,
This might be a naive question, but it has been troubling me for a bit. I have the human genome (hg19) cut by 2 restriction enzymes and I have a list of cut sites. I am assuming that this is by default the +ve strand of the DNA. Now I have a gene whose location is chr11 355953 357144 -
meaning, it is on the -ve strand. I want to find those cut sites which are just before and after this gene (and also those that are within this gene).
My confusion is that can I simply transpose these coordinates on the -ve strand as it is to the positive, making it chr11 355953 356144 +
and then find sites before and after this from the list of cut sites? Or will the transformed coordinates on the +ve strand be different (for example, taking the length of the chromosome into account)?
I am just not sure that if I simply use the -ve strand coordinates on the +ve strand, then would the same cut sites be valid. The restriction enzymes are palindromic.
Thank you!
It usually helps your reasoning to draw, a chromosome, a gene in both directions, and the identified sites.
Thanks @Wouter for the reply. What I am confused is if the restriction sites on the positive strand would map to the same locations on the -ve strand too. Believe me, I have drawn quite a few diagrams since yesterday :)
I am also often confused. The best way for me is to use UCSC genome browser and its Restr_enzyme track. You can try UCSC genome browser-> human -> hg19 and then click hide all. Then add custom track and paste
chr11 355953 356144 TestGene 1000 +
Then in mapping and sequencing click on restr-enzyme track and give a comma separated list of enzymes. These will be displayed along with the coordinates of your bed.