msgfParTolerance-class: A class handling parent ion tolerance

Description Usage Arguments Value Methods (by generic) Slots See Also Examples

Description

This class defines a parent ion tolerance and provides methods to get correct system call parameters.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature 'msgfParTolerance'
show(object)

## S4 method for signature 'msgfParTolerance'
length(x)

## S4 method for signature 'msgfParTolerance'
getMSGFpar(object)

msgfParTolerance(value, low, high, unit)

Arguments

object

An msgfParTolerance object

x

An msgfParTolerance object

value

A numeric giving the upper and lower bounds of the tolerance

low

A numeric giving the lower bounds of the tolerance

high

A numeric giving the higher bounds of the tolerance

unit

The unit used. Either 'ppm' or 'Da'

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParTolerance() An msgfParTolerance object.

Methods (by generic)

Slots

unit

The unit used to define the tolerance

low

The lower bound of the tolerance

high

The higher bound of the tolerance

See Also

Other msgfParClasses: msgfPar-class, msgfParChargeRange-class, msgfParEnzyme-class, msgfParFragmentation-class, msgfParInstrument-class, msgfParIsotopeError-class, msgfParLengthRange-class, msgfParMatches-class, msgfParModification-class, msgfParModificationList-class, msgfParNtt-class, msgfParProtocol-class, msgfParTda-class, msgfPar

Examples

1
2
3
4
5
# Symmetric
tolerance <- msgfParTolerance(20, unit='ppm')

# Asymmetric
tolerance <- msgfParTolerance(low=0.5, high=1.5, unit='Da')

thomasp85/MSGFplus documentation built on Aug. 29, 2020, 5:23 a.m.