| msgfParInstrument-class {MSGFplus} | R Documentation |
This class defines an instrument type and provides methods to get correct system call parameters.
## 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
instrument <- msgfParInstrument(1)
instrument <- msgfParInstrument('HighRes')