Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

msgfParLengthRange-class

A class handling length ranges


Description

This class defines a length range and provides methods to get correct system call parameters.

Usage

## S4 method for signature 'msgfParLengthRange'
show(object)

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

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

msgfParLengthRange(value)

Arguments

object

An msgfParLengthRange object

x

An msgfParLengthRange object

value

A numeric vector of length 2. The first element must be smaller than the last

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParLengthRange() An msgfParLengthRange object.

Methods (by generic)

  • show: Short summary of msgfParLengthRange object

  • length: Report the length of an msgfParLengthRange object

  • getMSGFpar: Get system compliant function call

Slots

value

A numeric vector of length 2 describing the upper and lower bounds of the length range

See Also

Examples

lengths <- msgfParLengthRange(c(6, 40))

MSGFplus

An interface between R and MS-GF+

v1.24.0
GPL (>= 2)
Authors
Thomas Lin Pedersen
Initial release
2020-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.