Description Usage Arguments Value See Also Examples
The string representation is defined as the arguments that should get appended to the call when running MSGF+ in the terminal/command prompt
1 | getMSGFpar(object)
|
object |
An msgfPar object or a related object |
A string that can be appended to a system()
call to specify
the parameters for the MSGF+ analysis
1 2 3 4 5 6 7 | parameters <- msgfPar(
database=system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'),
tolerance='20 ppm',
instrument='TOF',
enzyme='Lys-C'
)
getMSGFpar(parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.