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

msgfParEnzyme-class

A class handling enzyme selection


Description

This class defines a digestion enzyme selection and provides methods to get correct system call parameters.

Usage

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

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

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

msgfParEnzyme(enzyme)

Arguments

object

An msgfParEnzyme object

x

An msgfParEnzyme object

enzyme

Either an integer or a string

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParEnzyme() An msgfParEnzyme object.

Methods (by generic)

  • show: Short summary of msgfParEnzyme object

  • length: Report the length of an msgfParEnzyme object

  • getMSGFpar: Get system compliant function call

Slots

enzyme

An integer specifiying the selection of enzyme. See the detail section of msgfPar

See Also

Examples

enzyme <- msgfParEnzyme(1)
enzyme <- msgfParEnzyme('Trypsin')

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.