Dulce_featuresAnnotate: Annotate putative glycans

View source: R/AnnotateMS1.r

Dulce_featuresAnnotateR Documentation

Annotate putative glycans

Description

This functions receives a data.frame object and merges it with the output of glycanPredict::predictGlycans() function. data must have a 'mzmin' and a 'mzmax' columns.

Usage

Dulce_featuresAnnotate(data, pgp = NULL, ppm = NULL, mzabs = NULL)

Arguments

data

data.frame object with 'mzmin' and 'mzmax' columns.

pgp

predictGlycansParam() object.

ppm

M/z range for putative glycans in ppm units.

mzabs

M/z range for putative glycans in absolute units. Changed to NULL if both ppm and mzabs are specified.

Value

This function returns a data.frame object. It is the result of merging the putative glycans data.frame and the given features.

See Also

Dulce_AnnotateMS1

Examples

# Examples have to be made with a toy data object.


margotbligh/Dulce documentation built on May 15, 2022, 10:51 a.m.