Description Usage Arguments Value Methods (by class) See Also Examples
These functions allow you to retrieve and set the location of the database fasta file in the msgfPar object of interest
1 2 3 4 5 6 7 8 9 |
object |
An msgfPar object |
value |
A string matching the location of a fasta file |
In case of the getter a character vector with the location of the database file
msgfPar
: Get the database location
object = msgfPar,value = character
: Set the database location
Other msgfPar-getter_setter: chargeRange
,
enzyme
, fragmentation
,
instrument
, isotopeError
,
lengthRange
, matches
,
mods
, ntt
,
protocol
, tda
,
tolerance
1 2 3 | parameters <- msgfPar()
db(parameters) <- system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta')
db(parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.