msgfParLengthRange-class | R Documentation |
This class defines a length range and provides methods to get correct system call parameters.
## S4 method for signature 'msgfParLengthRange'
show(object)
## S4 method for signature 'msgfParLengthRange'
length(x)
## S4 method for signature 'msgfParLengthRange'
getMSGFpar(object)
msgfParLengthRange(value)
object |
An msgfParLengthRange object |
x |
An msgfParLengthRange object |
value |
A numeric vector of length 2. The first element must be smaller than the last |
For length() An integer.
For getMSGFpar() A string.
For msgfParLengthRange() An msgfParLengthRange object.
show
: Short summary of msgfParLengthRange object
length
: Report the length of an msgfParLengthRange
object
getMSGFpar
: Get system
compliant
function call
value
A numeric vector of length 2 describing the upper and lower bounds of the length range
Other msgfParClasses: msgfPar-class
,
msgfParChargeRange-class
,
msgfParEnzyme-class
,
msgfParFragmentation-class
,
msgfParInstrument-class
,
msgfParIsotopeError-class
,
msgfParMatches-class
,
msgfParModification-class
,
msgfParModificationList-class
,
msgfParNtt-class
,
msgfParProtocol-class
,
msgfParTda-class
,
msgfParTolerance-class
,
msgfPar
lengths <- msgfParLengthRange(c(6, 40))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.