parseMSMSpepXML: Read a pepXML file into R

Description Usage Arguments Value Note Author(s) Examples

View source: R/functions-parser.R

Description

This function reads a pepXML given as parameter and parses it, producing an object of class "MSMSpepXML".

Usage

1
parseMSMSpepXML(pepfile, verbose = TRUE)

Arguments

pepfile

the name of the pepXML file which the data are to be read from.

verbose

a logical value indicating if a progress bar should be displayed.

Value

an object of class "MSMSpepXML".

Note

The pepXML file should not contain any XML comments as these are not (yet) handled properly and will be considered as nodes in the XML tree.

Author(s)

Laurent Gatto

Examples

1
2
3
 pepxml <- system.file("extdata","tinySearch.pepXML",package="RpepXML")
 x <- parseMSMSpepXML(pepxml)
 show(x)

RpepXML documentation built on May 2, 2019, 5:15 p.m.