powered by
This function reads chromatogram files from a directory and returns a data frame with the chromatogram data.
read_chrom(dir, format = "waters_raw", method)
directory for chromatraograms
format of the chromatogram files. Options are "waters_raw" and "mzML".
LC-MS/MS method ID saved available in the database.
if (FALSE) { path <- system.file("extdata", "waters_raw_ex", package="PKbioanalysis") main <- read_chrom(path, method = 1) }
Run the code above in your browser using DataLab