gggenes
gggenes copied to clipboard
➡️️➡️️⬅️️➡️️ Draw gene arrow maps in ggplot2
Dear David, I really appreciate the work you invested into this package, extremely useful! I have one issue and maybe you know a smart solution, since you better know the...
# the gene cluster align with RDase_A rdhA_center
Hi @wilkox, Thanks for a very nice package. Really helpful. However, I'm having trouble putting all my genomes on a common numerical axis starting from the gene on which they...
Hi, The following 2 commands work well when I only install gggenes, but after installed the gggenomes, the command didn't work and get errors: p
Sorry for disturb you. But I've met trouble when I using gggenes. here're my code: > library(ggplot2) > library(gggenes) > ggplot(example_genes, aes(xmin = start, xmax = end, y = molecule,...
Hi, and thanks for a great tool! We're using this to show genetic variants in a gene region. Since those tend to be clustered, it's common that the labels overlap....
Hi! This looks to be a perfect match for us, but we are restricted to R 3.5.1. May I ask what functionality it is that requires 3.6? Looking at the...
Hello! Thanks for the great package to draw gene maps. Very helpful. Is there a way to display a small scale showing the size of 1 kb? Right now, the...
I’m using ggGenes to build a simple gene illustration that I intend to pair with a metagene plot (see attached). I’m having trouble increasing the text size of the gene...
Hi, I don't know if I missed an option, but I suggest an `aesthetics` to create an arrow according to the strand feature. ` geom_gene_arrow(aes(direction = strand)) ` The effect...