Closed lgatto closed 4 months ago
sounds like a good idea - but what would be the advantage of DataFrame
over data.frame
?
By default, it returns a DataFrame
because of the spectraData
, but a data.frame
is fine by me, and probably more relevant here, it the idea is to transition to a tidyverse/dplyr/ggplot workflow.
I'm fine with either DataFrame
or data.frame
- was just curious.
I would like to add the following to the package:
The goal is of course not to replace
Spectra
objects with long tables. It might be a useful intermediate data structure for plotting, and a useful interface with the tidyomics initiative.