psms: Peptide-to-spectrum matches

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns results of MS/MS search (peptide-to-spectrum) matches in the form of data.frame.

Usage

1
2
    psms(object, ...)
    psms(object) <- value

Arguments

object

An instance of class "MSnID".

value

Value is a data.frame with MS/MS search results

...

ignored for now

Value

data.frame

Author(s)

Vladislav A Petyuk vladislav.petyuk@pnnl.gov

See Also

MSnID

Examples

1
2
3
data(c_elegans)
msnidDF <- psms(msnidObj)
head(msnidDF)

MSnID documentation built on Nov. 8, 2020, 8:03 p.m.