matchSpectra | R Documentation |
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.
matchSpectra(query, target, param, ...)
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. |
a MatchedSpectra object with the spectra matching results.
Johannes Rainer
CompareSpectraParam()
for the comparison between
Spectra::Spectra objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.