psms {MSnID}R Documentation

Peptide-to-spectrum matches

Description

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

Usage

    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

data(c_elegans)
msnidDF <- psms(msnidObj)
head(msnidDF)

[Package MSnID version 1.18.1 Index]