Combine two data with similar retention time while different mass range
Source:R/deprecated.R
cbmd.Rd
Combine two data with similar retention time while different mass range
Arguments
- data1
data file path of lower mass range
- data2
data file path of higher mass range
- mzstep
the m/z step for generating matrix data from raw mass spectral data
- rtstep
the alignment accuracy of retention time, e.g. 0.01 means the retention times of combined data should be the same at the accuracy 0.01s. Higher rtstep would return less scans for combined data
Examples
if (FALSE) { # \dontrun{
# mz100_200 and mz201_300 were the path to the raw data
matrix <- getmd(mz100_200,mz201_300)
} # }