Thank you very much for the reply!
I have a sequenced genome. I used blast for mapping, but i don't know how to remove BACs with repeats and how to remove identical BAC clones. I've tried to find p16 gene as an example. To make it a bit easier I was mapping not to a whole genom but only to 300kb region which contain p16 gene in the middle (length of the inserted in the bac sequence is about 150kb). When i finally chose pair of bac end with best scores I mapped it to a whole genom, and this pair was found in almost every chromosome. As far as I understand this indicates that these BAC-ends contain repeat part of the genome. So i thought that i need to remove BACs with repeats first, Also i found a couple of articles in which they were removing sequences with 95% and above similarity, but I don't know what software to use for both of this tasks.
It would help if you can specify what kind of data you have from the GSS library you mentioned above. Do you have full sequences of BAC or just ends?
Just ends. About 800 bp each. Paired-ends with ~130kb distance between each other.
I assume this is Sanger sequence data based on the length? You could just use
blatfrom Jim Kent (download if you are a non-commercial user here). UsingBLAST+is also an option but since your sequences should be very homologous to the reference I would start withblat. I don't think there is a need to do steps 1 and 2.Thank you, I will try it!
Yes, those sequences are from the ends of the BAC. I will try it!