Skip to contents

The matchSpectra method matches (compares) spectra from query with those from target based on settings specified with param and returns the result from this as a MatchedSpectra object.

Usage

matchSpectra(query, target, param, ...)

Arguments

query

Spectra::Spectra object with the (experimental) spectra.

target

MS data to compare against. Can be another Spectra::Spectra.

param

parameter object containing the settings for the matching (e.g. eventual prefiltering settings, cut-off value for similarity above which spectra are considered matching etc).

...

optional parameters.

Value

a MatchedSpectra object with the spectra matching results.

See also

CompareSpectraParam() for the comparison between Spectra::Spectra objects.

Author

Johannes Rainer