mergeMS {Mosaic}R Documentation

mergeMS

Description

Merge MS spectra by combining peaks that are within a ppm distance

Usage

mergeMS(speclist, ppm = 5, mergeOnly = F)

Arguments

speclist

data.frame or matrix containing mz and intensity values of a spectrum (mz in column 1)

ppm

accuracy

mergeOnly

if TRUE, only the merged spectrum is returned

Details

NOTE: If multiple peaks inside a spectrum match another spectrum, only the one with higher(?) mz will be retained


[Package Mosaic version 0.7.0 Index]