Description Usage Arguments Value Author(s) See Also Examples
View source: R/MSMSpepXML-class.R
This function works with instances of
"MSMSpepXML"
,
"SpectrumQuery"
,
"SearchResult"
or
"SearchHit"
classes and returns a table summary
of the proteins inferred from the peptide hits. All proteins,
irrespective of peptide scores of hit rank are return.
1 | proteinSummary(object)
|
object |
object of class |
A table.
Laurent Gatto
See Also proteins-methods
.
1 2 3 | pepxml <- system.file("extdata","tinySearch.pepXML",package="RpepXML")
x <- parseMSMSpepXML(pepxml)
proteinSummary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.