powered by
Apply spectral binning on multiple data files.
readFiles(files, dp, scans, sranges = list(c(50, 1000)), modes = c("n", "p"), nCores = 1)
A vector of converted data file paths
An integer denoting the number of decimal places for spectral binning
A vector of scan numbers that should be retrieved
A list of vectors containing the scan events present.
A vector of strings denoting mode names including the order in which the scan events occur.
The number of cores on which to parallel process.
A list containing peak lists for the relevant scans with combined scan ranges for each present mode in the data file.
# NOT RUN { res <- readFiles(list.files(system.file('mzML',package = 'binneR'), full.names=TRUE),dp = 2,scans = 6:17) # }
Run the code above in your browser using DataLab