Description Usage Arguments Value Methods (by generic) Slots See Also Examples
This class defines an instrument type and provides methods to get correct system call parameters.
1 2 3 4 5 6 7 8 9 10 | ## S4 method for signature 'msgfParInstrument'
show(object)
## S4 method for signature 'msgfParInstrument'
length(x)
## S4 method for signature 'msgfParInstrument'
getMSGFpar(object)
msgfParInstrument(instrument)
|
object |
An msgfParInstrument object |
x |
An msgfParInstrument object |
instrument |
An integer specifying the instrument type |
For length() An integer.
For getMSGFpar() A string.
For msgfParInstrument() An msgfParInstrument object.
show: Short summary of msgfParInstrument object
length: Report the length of an msgfParInstrument
object
getMSGFpar: Get system compliant
function call
instrumentAn integer specifying the instrument type
Other msgfParClasses: msgfPar-class,
msgfParChargeRange-class,
msgfParEnzyme-class,
msgfParFragmentation-class,
msgfParIsotopeError-class,
msgfParLengthRange-class,
msgfParMatches-class,
msgfParModification-class,
msgfParModificationList-class,
msgfParNtt-class,
msgfParProtocol-class,
msgfParTda-class,
msgfParTolerance-class,
msgfPar
1 2 | instrument <- msgfParInstrument(1)
instrument <- msgfParInstrument('HighRes')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.