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

View source: R/process_RMassBank.R

process_RMassBankR Documentation

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

Description

Function used by library_generator

Usage

process_RMassBank(
  mzdatafiles = NULL,
  ref = NULL,
  polarity = c("Positive", "Negative"),
  include.MS1 = FALSE,
  rt_search = 10,
  ppm_search = 10,
  baseline = 1000,
  relative = 5,
  max_peaks = 200,
  recalibration = 0,
  normalized = T
)

daniellyz/MergeION2 documentation built on Feb. 12, 2025, 11:23 a.m.