Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MSGFplus (version 1.6.2)

getMSGFpar: Get a string representation of an msgfPar-related object

Description

The string representation is defined as the arguments that should get appended to the call when running MSGF+ in the terminal/command prompt

Usage

getMSGFpar(object)

Arguments

object
An msgfPar object or a related object

Value

A string that can be appended to a system() call to specify the parameters for the MSGF+ analysis

See Also

msgfPar-class

Examples

Run this code
parameters <- msgfPar(
                      database=system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'),
                      tolerance='20 ppm',
                      instrument='TOF',
                      enzyme='Lys-C'
                     )
getMSGFpar(parameters)

Run the code above in your browser using DataLab