gggenomes icon indicating copy to clipboard operation
gggenomes copied to clipboard

A grammar of graphics for comparative genomics

Results 52 gggenomes issues
Sort by recently updated
recently updated
newest added

Hi i'm trying to use gggenomes, I can't reproduce any visualizations or data frames for the given example data. Do you have tutorial or documentation for reproducing the data? I...

Hi, lately I have been playing around with the amazing gggenomes library. I'm interested in visualizing gene counts within non overlapping sliding windows. Similar to the GC content example in...

enhancement

Dear author, Thank you for this amazing visualization tool!I have a question, i.e., weather we could change the shape of the element like gene by ourself, which has already been...

Hi. I was wondering is it possible to change the color of the geom_link(). I would like to achieve something like this: ![question_gggenome](https://user-images.githubusercontent.com/63800031/165077476-aa33ac1d-1e06-418e-aaba-8002af4aa48a.png)

Just for my understanding, is it possible to show synteny for certain genes (i.e. some part of the genomes)? What function can be used to zoom a specific region in...

Hi, not reporting a bug, just a question. I have two genomes, but one is a large genome (Ambystoma mexicanum). I wonder if we can put different scales in the...

Hi I have observed a different behavior regarding flip_by_links() than before. I'm sorry if it's my mistake. ```R library(gggenomes) # to inspect the example data shipped with gggenomes data(package="gggenomes") gggenomes(emale_genes,...

bug

Hello and thanks for a beautiful package! I'm having some trouble with the read_paf function. When my paf file only contains one line I receive the error message 'Error in...

bug

Hi, @thackl Can `gggenomes` use the Bézier curve for synteny block ? Like the sankey plot https://github.com/davidsjoberg/ggsankey ![image](https://user-images.githubusercontent.com/20680150/147813345-9e39a41f-e871-4410-9032-d6c9dcd0dd39.png)

enhancement