Learn R Programming

MSnID (version 1.6.0)

psms: 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

See Also

MSnID

Examples

Run this code
data(c_elegans)
msnidDF <- psms(msnidObj)
head(msnidDF)

Run the code above in your browser using DataLab