thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
572 stars 64 forks source link

Error in guides$setup(scales, aesthetics, default = params$guide_default %||% : attempt to apply non-function #180

Closed nlotun closed 3 months ago

nlotun commented 3 months ago
gggenomes(cluster_genes, cluster_seqs) +
  geom_seq() +
  geom_gene()

Error in guides$setup(scales, aesthetics, default = params$guide_default %||% : attempt to apply non-function

jiaoxinxin1402 commented 3 months ago

could you tell me how you solve this error, I have the same error, but I don't know how to solve it , thank you