Hi everyone,
I'm trying to perform synteny alignments and plots for a gene of interest and its exons. I have two genomes in FASTA format and their corresponding annotations in GFF3 format.
Does anyone know some software that can help me with this? Ideally, I would like to visualize the alignment in synteny blocks, as well as highlight the exons and their positions in both genomes. Something similar to this:
Any help or advice would be greatly appreciated!
Thank you.
hugo.avila Ming Tommy Tang Thanks for the recommendations, but these tools are developed to visualize rearrangements at the chromosome scale, but I am interested in doing this type of graph at the single gene scale.
I understand, but I believe that both tools can still be used to work with single genes if you provide the right labels, links, and coordinates. Essentially, you would be inputting smaller alignments than you would if you were working with chromosomes, so it should work.
Additionally, I believe that pyGenomeviz has some single gene examples on their GitHub page, such as the one shown in the image below:
One of these tools can be modified to suit your needs. Alternatively, you can also try gggenes. Maybe they have what you're looking for. However, don't limit yourself to gggenes; the gg group of tools has many features for plotting genomic data.