Description Usage Arguments Value Note Author(s) Examples
View source: R/functions-parser.R
This function reads a pepXML given as parameter and parses it,
producing an object of class "MSMSpepXML"
.
1 | parseMSMSpepXML(pepfile, verbose = TRUE)
|
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. |
an object of class "MSMSpepXML"
.
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.
Laurent Gatto
1 2 3 | pepxml <- system.file("extdata","tinySearch.pepXML",package="RpepXML")
x <- parseMSMSpepXML(pepxml)
show(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.