Improve default MSstats analyses/plots
e.g. allow list of proteins of interest, reduce labels in the volcano plots etc.
Can they also be made interactive?
I don't know which R libraries you are using, since I am only familiar with Python based stuff, but would be useful if the labels of lines/dots also showed up when hovering over them etc
This is in the tools folder but I don't know how to run this automatically for the user since they will need a UI
Oh, I thought this issue was referring to the HTML report, which could contain interactive elements.
Yes true there are multiple things to consider:
- Interactive plots are in theory as simple as ggplotly(ggplot_object)
- But: The Msstats plots are not designed "clean" enough to do that out-of-the-box
- Then, if we go interactive, it would be nice if the plots interact with corresponding selections etc., which requires a server-based solution