SearchCand: Peak search function into a database

Description Usage Arguments Value Author(s) See Also

View source: R/SearchCand.R

Description

Function SearchCand looks up for a peak into a database

Usage

1
2
3
SearchCand(candidate,
           dataBase,
           peakTolerance)

Arguments

candidate

The mass of the peak to be looked up into the database

dataBase

The table where the database to be used is saved. The function is build to use databases with the same layout as the MAIT's database. This database can be accessed by typing data(MAITtables) and Database.

peakTolerance

Maximum difference between the peak masses differences and the values shown in the database to be considered as a match.

Value

A matrix containing all the possible hits for that peak candidate

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

MAIT-class identifyMetabolites


MAIT documentation built on Nov. 8, 2020, 5:43 p.m.