I am using gggenome to depict a long region with many genes. I would like to show the region split in several different lines. Does anyone know if it is possible?
This is the way now appear:
ggplot(genes, aes(xmin = start, xmax = end, y = molecule, label = gene)) + #, fill = gene
geom_gene_arrow()

Don't have your data, but based on the example in the
gggenespacakge, try