process_compMS2Miner: Read and combine targeted MS1 and MS2 scans from one LC-MS/MS...

View source: R/process_compMS2Miner.R

process_compMS2MinerR Documentation

Read and combine targeted MS1 and MS2 scans from one LC-MS/MS file using compMS2Miner algorithm

Description

Function used by library_generator

Usage

process_compMS2Miner(
  mzdatafiles = NULL,
  ref = NULL,
  polarity = c("Positive", "Negative"),
  include.MS1 = FALSE,
  rt_search = 10,
  rt_gap = 30,
  ppm_search = 10,
  mz_search = 0.01,
  baseline = 1000,
  relative = 5,
  max_peaks = 200,
  normalized = T
)

daniellyz/MergeION2 documentation built on Jan. 26, 2024, 6:24 a.m.