Hello,
I'm looking for a genome homology tool that will be able to compare two different insect species' genomes and identify whether or not each base is in a homologous region in the other genome. I'd like the output show both genomic locations.
Eg.
>chr1 insect A
GCCTAAGTCG
>chr1 insect B
GCCAAGTAAAACG
GCCTAAGT----CG
GCC-AAGTAAAACG
chr1 insect A 1 = chr1 insect B 1
chr1 insect A 2 = chr1 insect B 2
chr1 insect A 3 = chr1 insect B 3
chr1 insect A 5 = chr1 insect B 4
chr1 insect A 6 = chr1 insect B 5
chr1 insect A 7 = chr1 insect B 6
chr1 insect A 8 = chr1 insect B 7
chr1 insect A 9 = chr1 insect B 12
chr1 insect A 10 = chr1 insect B 13
The best way I can think to do this is to use a tool like Minimaps to generate a sam file, then use samtools mpileup to get each genomic location. But I think that by doing this I will lose the chromosomal positions for my second organism.
Does anybody have any advice?
Thanks in advance.
homology
genome