Circular View of genome
KatWillen opened this issue · 4 comments
Hi,
I love gggenes and would also like to use it for my publication, but therefore I would/need like to show some genomes in their circular view. Is it possible to do so with gggene?
Best
Kat
Thank you for your fast respond. Another question: Is it possible to break one genome into two rows? I have a very large one that is not visible nicely on one row.
Best
Katharina
Excuse me another question :) How do I decrease the space between the genome and the x-axis?
To break the genome over multiple rows, you could try my ggwrap package.
There are a few things that determine the space between the genome and the x-axis, but the two easiest to control would be the total height of the plot (which is controlled by the output device), and the height of the gene arrows (which is controlled with the arrow_body_height
argument to geom_gene_arrow()
).