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

msgfParProtocol-class

A class handling protocol choice


Description

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

Usage

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

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

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

msgfParProtocol(protocol)

Arguments

object

An msgfParProtocol object

x

An msgfParProtocol object

protocol

An integer or string specifying the protocol to use.

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParProtocol() An msgfParProtocol object.

Methods (by generic)

  • show: Short summary of msgfParProtocol object

  • length: Report the length of an msgfParProtocol object

  • getMSGFpar: Get system compliant function call

Slots

protocol

An integer specifying a specific protocol type

See Also

Examples

protocol <- msgfParProtocol(0)
protocol <- msgfParProtocol('No protocol')

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.