Description Usage Arguments Value Methods (by class) See Also Examples
These functions allow you to retrieve and set whether the target-decoy approach should be used to estimate q-values.
1 2 3 4 5 6 7 8 9 10 11 12 |
object |
An msgfPar object |
value |
Either a boolean or msgfParTda object |
In case of the getter a boolean indicating whether tda is used or not
msgfPar: Get whether tda is currently used for FDR estimation
object = msgfPar,value = logical: Set the use of tda using a boolean (TRUE/FALSE)
object = msgfPar,value = msgfParTda: Set the use of tda using an msgfParTda object
Other msgfPar-getter_setter: chargeRange,
db, enzyme,
fragmentation, instrument,
isotopeError, lengthRange,
matches, mods,
ntt, protocol,
tolerance
1 2 3 | parameters <- msgfPar(system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'))
tda(parameters) <- TRUE
tda(parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.