You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have the chromatogram() data.frames column names changed to "rtime" and "intensity" ? instead of "time" and their respective IDs
Currently implementing a mzR backend in Chromatograms and this change would really help efficiency so i would not need to loop through all the data.frames in the list only to change the colnames. These names are also in xcms (rtime()/intensity()) and Spectra (spectraVariables) so it would be better for consistency.
Hi,
Would it be possible to have the
chromatogram()
data.frames column names changed to "rtime" and "intensity" ? instead of "time" and their respective IDsCurrently implementing a mzR backend in
Chromatograms
and this change would really help efficiency so i would not need to loop through all the data.frames in the list only to change the colnames. These names are also inxcms
(rtime()
/intensity()
) andSpectra
(spectraVariables) so it would be better for consistency.The text was updated successfully, but these errors were encountered: