Learn R Programming

protViz (version 0.6.8)

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, …)

Arguments

object

an psmSet S3 class object

whatoever

Value

while is.psmSet returns TRUE or FALSE, as.psmSet returns an instance of psmSet or NULL.

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.