Description Usage Arguments Value Methods (by class) See Also Examples
These functions allow you to retrieve and set the protocol used during MS-GF+ analysis. This allows you to fine tune the analysis in case of labelled or phosphoproteomic analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  | protocol(object)
protocol(object) <- value
## S4 method for signature 'msgfPar'
protocol(object)
## S4 replacement method for signature 'msgfPar,numeric'
protocol(object) <- value
## S4 replacement method for signature 'msgfPar,character'
protocol(object) <- value
## S4 replacement method for signature 'msgfPar,msgfParProtocol'
protocol(object) <- value
 | 
object | 
 An msgfPar object  | 
value | 
 Either an integer, a string or an msgfParProtocol object  | 
In case of the getter a named integer
msgfPar: Get the protocol currently used
object = msgfPar,value = numeric: Set the protocol using the key for the protocol
object = msgfPar,value = character: Set the protocol using the name of the protocol
object = msgfPar,value = msgfParProtocol: Set the protocol using an msgfParProtocol object
Other msgfPar-getter_setter: chargeRange,
db, enzyme,
fragmentation, instrument,
isotopeError, lengthRange,
matches, mods,
ntt, tda,
tolerance
1 2 3 4  | parameters <- msgfPar(system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'))
protocol(parameters) <- 'Phosphorylation'
protocol(parameters) <- 0
protocol(parameters)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.