PNNL-Comp-Mass-Spec / MSnSet.utils

custom wrappers of frequently used R code
5 stars 4 forks source link

Add `msnset_to_tidy()` to `MSnSet.utils` package #77

Open DavidRossHall opened 1 week ago

DavidRossHall commented 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.

vladpetyuk commented 1 week ago

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. 🚀