Learn R Programming

MSGFplus (version 1.6.2)

msgfParFromID: Extract parameters from mzIdentML result file

Description

This function analyses an mzIdentML file generated using MS-GF+ and returns an msgfPar object with parameters matching the ones used to generate the mzIdentML file. If the mzIdentML file does not origin from an MS-GF+ analysis it throws an error.

Usage

msgfParFromID(file)

Arguments

file
The mzIdentML file to extract the parameters from

Value

An msgfPar object with parameters matching the input file

Details

NOTE: At the moment the number of allowed modifications per peptide is not written to the result file and can thus not be extracted. It defaults to 2

See Also

msgfPar-class msgfPar

Examples

Run this code
## Not run: 
# parameters <- msgfParFromID('result1.mzid')
# ## End(Not run)

Run the code above in your browser using DataLab