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
instrument
An integer specifying the instrument type
Other msgfParClasses: [[,msgfParModificationList,numeric,missing-method
,
[[<-,msgfParModificationList,numeric,missing,msgfParModification-method
,
getMSGFpar,msgfParModificationList-method
,
length,msgfParModificationList-method
,
msgfParModificationList
,
msgfParModificationList-class
,
show,msgfParModificationList-method
;
getMSGFpar,msgfPar-method
,
length,msgfPar-method
,
msgfPar-class
,
runMSGF,msgfPar-method
,
show,msgfPar-method
;
getMSGFpar,msgfParChargeRange-method
,
length,msgfParChargeRange-method
,
msgfParChargeRange
,
msgfParChargeRange-class
,
show,msgfParChargeRange-method
;
getMSGFpar,msgfParEnzyme-method
,
length,msgfParEnzyme-method
,
msgfParEnzyme
,
msgfParEnzyme-class
,
show,msgfParEnzyme-method
;
getMSGFpar,msgfParFragmentation-method
,
length,msgfParFragmentation-method
,
msgfParFragmentation
,
msgfParFragmentation-class
,
show,msgfParFragmentation-method
;
getMSGFpar,msgfParIsotopeError-method
,
length,msgfParIsotopeError-method
,
msgfParIsotopeError
,
msgfParIsotopeError-class
,
show,msgfParIsotopeError-method
;
getMSGFpar,msgfParLengthRange-method
,
length,msgfParLengthRange-method
,
msgfParLengthRange
,
msgfParLengthRange-class
,
show,msgfParLengthRange-method
;
getMSGFpar,msgfParMatches-method
,
length,msgfParMatches-method
,
msgfParMatches
,
msgfParMatches-class
,
show,msgfParMatches-method
;
getMSGFpar,msgfParModification-method
,
msgfParModification
,
msgfParModification-class
,
show,msgfParModification-method
;
getMSGFpar,msgfParNtt-method
,
length,msgfParNtt-method
,
msgfParNtt
, msgfParNtt-class
,
show,msgfParNtt-method
;
getMSGFpar,msgfParProtocol-method
,
length,msgfParProtocol-method
,
msgfParProtocol
,
msgfParProtocol-class
,
show,msgfParProtocol-method
;
getMSGFpar,msgfParTda-method
,
length,msgfParTda-method
,
msgfParTda
, msgfParTda-class
,
show,msgfParTda-method
;
getMSGFpar,msgfParTolerance-method
,
length,msgfParTolerance-method
,
msgfParTolerance
,
msgfParTolerance-class
,
show,msgfParTolerance-method
;
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.