Open DavidRossHall opened 1 week ago
I wrote a quick function called msnset_to_tidy() that converts an MSnSet objects to a tidy (long) format data frame for quicker/easier plotting with ggplot. Shane wants me to add this to MSnSet.utils() as a quality of life improvement.
msnset_to_tidy()
ggplot
MSnSet.utils()
Please evaluate this one https://github.com/lgatto/tidies See if it fits the bill and/or has something else useful that we can leverage. 🚀
I wrote a quick function called
msnset_to_tidy()
that converts an MSnSet objects to a tidy (long) format data frame for quicker/easier plotting withggplot
. Shane wants me to add this toMSnSet.utils()
as a quality of life improvement.