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
Is it possible to use CAMERA on data that has no retention time axis? For example, DI-MS and MALDI data? Would it work to create a fake retention time axis with only one value? And is it possible to import peaklists directly into CAMERA without going through peak detection via XCMS?
Any input would be appreciated to give me some idea how to programme this.
The text was updated successfully, but these errors were encountered:
Data needs to be in an xcmsSet (or XCMSnExp converted to xcmsSet), I don't have an example at hand,
but there could be some on the net. xs <- new(xcmsSet; peaks(xs) <- data.frame(with_your_peaks).
without real MS data you have to skip correlation with peakshape in groupCorr().
Yours, Steffen
Is it possible to use CAMERA on data that has no retention time axis? For example, DI-MS and MALDI data? Would it work to create a fake retention time axis with only one value? And is it possible to import peaklists directly into CAMERA without going through peak detection via XCMS?
Any input would be appreciated to give me some idea how to programme this.
The text was updated successfully, but these errors were encountered: