as.psmSet: psmSet - a set of peptide spectrum matches
Description
defines a class of peptide spectrum matches.
Usage
is.psmSet(object)
# S3 method for mascot
as.psmSet(object, ...)
Value
while is.psmSet
returns TRUE
or FALSE
,
as.psmSet
returns an instance of psmSet
or NULL
.
Arguments
- object
-
an psmSet
S3 class object
- ...
whatoever
Author
Christian Panse 2017
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.