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