How would you define homologous windows between 2 genomes?
0
0
Entering edit mode
6 months ago
Axzd ▴ 70

Hello,

Let's say I have genome A and genome B, each of a single chromosome. How would you define homologous windows between the two?

What I can think of is 1) mapping with minimap2 the 2 chromosomes 2) look at the output to find homologous blocks in the paf file.

Does this sound like the correct approach? Now my problem is, what do I do if I want, say, windows of 10 Kb? How do I go from a PAF file to a bed file with 10 Kb windows that are homologous between genomes A and B. Any idea of the tools or approach?

Thanks

genomics comparison mapping • 486 views
ADD COMMENT
2
Entering edit mode

Depends what you are interested in, you could go by using a genome-genome alignment using Cactus (https://github.com/ComparativeGenomicsToolkit/cactus).

ADD REPLY
0
Entering edit mode

SatsumaSynteny may also be of interest, which is a k-mer based genome-genome alignment tool. If you're just looking at regions around genes, you could use an anchored synteny tool. I'm a little out of date with these, but something like MCScanX may be suitable.

ADD REPLY
0
Entering edit mode

Thanks! I think this will do

ADD REPLY

Login before adding your answer.

Traffic: 1708 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6