ntt | R Documentation |
These functions allow you to retrieve and set the quality of cleavage allowed during search in MS-GF+ (number of tolerable termini - ntt)
ntt(object)
ntt(object) <- value
## S4 method for signature 'msgfPar'
ntt(object)
## S4 replacement method for signature 'msgfPar,numeric'
ntt(object) <- value
## S4 replacement method for signature 'msgfPar,msgfParNtt'
ntt(object) <- value
object |
An msgfPar object |
value |
An integer or an msgfParNtt object |
In case of the getter an integer between 0 and 2
msgfPar
: Get the number of tolerable termini
object = msgfPar,value = numeric
: Set the ntt using an integer
object = msgfPar,value = msgfParNtt
: Set the ntt using an msgfParNtt object
Other msgfPar-getter_setter: chargeRange
,
db
, enzyme
,
fragmentation
, instrument
,
isotopeError
, lengthRange
,
matches
, mods
,
protocol
, tda
,
tolerance
parameters <- msgfPar(system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'))
ntt(parameters) <- 2
ntt(parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.