powered by
Plot EIC of certain m/z and return dataframe for integration
plotmsrt(data, ms, rt, n = FALSE)
dataframe with with the first column RT and second column intensity of the SIM ions.
imported data matrix of GC-MS
m/z to be extracted
vector range of the retention time
logical smooth or not
if (FALSE) { matrix <- getmd(rawdata) plotmsrt(matrix,rt = c(500,1000),ms = 300) }
Run the code above in your browser using DataLab