if (FALSE) {
ms_ms_peaks <- matrix(
c(
40.948, 0.174,
56.022, 0.424,
84.370, 53.488,
101.500, 8.285,
102.401, 0.775,
129.670, 100.000,
146.966, 20.070
),
ncol = 2,
byrow = TRUE
)
df <- msms_search(
ion_mass = 147,
ms_ms_peaks = ms_ms_peaks,
ion_mode = "positive"
)
}
Run the code above in your browser using DataLab