Description Usage Arguments Value Methods (by class) See Also Examples
These functions allow you to retrieve and set the number of matches per spectrum returned by MS-GF+
1 2 3 4 5 6 7 8 9 10 11 12 |
object |
An msgfPar object |
value |
Either an integer or an msgfParMatches object |
In case of the getter an integer
msgfPar
: Get the number of matches reported per spectrum
object = msgfPar,value = numeric
: Set the number of matches reported per spectrum using an
integer
object = msgfPar,value = msgfParMatches
: Set the number of matches reported per spectrum using an
msgfParMatches object
Other msgfPar-getter_setter: chargeRange
,
db
, enzyme
,
fragmentation
, instrument
,
isotopeError
, lengthRange
,
mods
, ntt
,
protocol
, tda
,
tolerance
1 2 3 | parameters <- msgfPar(system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'))
matches(parameters) <- 5
matches(parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.