Import data and return the annotated matrix for GC/LC-MS by m/z range and retention time
Source:R/deprecated.R
getmd.Rd
Import data and return the annotated matrix for GC/LC-MS by m/z range and retention time
Examples
if (FALSE) { # \dontrun{
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
cdffiles <- list.files(cdfpath, recursive = TRUE, full.names = TRUE)
matrix <- getmd(cdffiles[1])
} # }