Open rioualen opened 2 years ago
Hi Claire, ggseqlogo returns a ggplot object which you can extend with ggplot in whatever way you want including geom_errorbar
ggseqlogo(seqs) + geom_errorbar(data=df, aes(x, y, ymin, ymax))
should work, given a data frame (df) containing the error bar information
Hi,
Thank you for this cool package! Is there a way to add error bars to the logos?
Claire