myles-lewis / glmmSeq

Gene-level general linear mixed model
https://myles-lewis.github.io/glmmSeq/
Other
18 stars 10 forks source link

Add '...' to fcPlot #21

Closed elisabettasciacca closed 2 years ago

elisabettasciacca commented 2 years ago

Hi Kat,

I'm working at a shiny app where I want to interactively show a pairedPlot when a gene is clicked on the fcPlot. To do this I need to populate two more options of the plotly fcPlot: source and key. If would just add ... among your fcPlot options and then to your plotly call (line #195) this would be easily allowed.

Thanks!!

KatrionaGoldmann commented 2 years ago

Good point. Added in v0.2.1 where ... passed to either plotly(...) or ggplot(...) respectively.

Thanks.