as.psmSet {protViz} | R Documentation |
psmSet - a set of peptide spectrum matches
Description
defines a class of peptide spectrum matches.
Usage
is.psmSet(object)
## S3 method for class 'mascot'
as.psmSet(object, ...)
Arguments
object |
an |
... |
whatoever |
Details
the is.psmSet
method checks if the as input given objects fullfills the
proterties to be an psmSet
object.
as.psmSet
transformas an object into a psmSet
object.
Value
while is.psmSet
returns TRUE
or FALSE
,
as.psmSet
returns an instance of psmSet
or NULL
.
Author(s)
Christian Panse 2017
[Package protViz version 0.7.9 Index]