This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Software recommendations for synteny analysis

I'm trying to check the synteny of my genome assembly with the reference genome (same species) to see if there's sequence missing due to gaps in my assembled genome. Any recommendations on which software to use?

synteny

Alright thanks for the info!

1 answer

This review from 2020 summarizes 16 different tools for synteny detection on their Table 2:

https://www.mdpi.com/2073-4425/11/9/1046

One can easily look into each program's paper for more details using citations on the table as well.

note that doing a whole-genome-alignment based synteny analysis may have different strategies to gene (or "marker") based synteny analysis (many of the strategies in that link use the marker based synteny analysis, e.g. aligns the proteins from gene predictions in each genome. see the input data in the table 2). also, depending on the size of your genome (eukaryotic or prokaryote) may affect your choice of synteny tool. similarly, since you are looking at same species, the alignment parameters may be a little different also. aligning genome to genome with minimap2 might be sufficient.

Log in to answer this question.