isotopeError: Get and set isotope error in msgfPar objects

Description Usage Arguments Value Methods (by class) See Also Examples

Description

These functions allow you to retrieve and set the isotope error used when calculating the parent ion error range

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
isotopeError(object)

isotopeError(object) <- value

## S4 method for signature 'msgfPar'
isotopeError(object)

## S4 replacement method for signature 'msgfPar,numeric'
isotopeError(object) <- value

## S4 replacement method for signature 'msgfPar,msgfParIsotopeError'
isotopeError(object) <- value

Arguments

object

An msgfPar object

value

Either an integer vector or an msgfParIsotopeError object

Value

In case of the getter an integer vector

Methods (by class)

See Also

Other msgfPar-getter_setter: chargeRange, db, enzyme, fragmentation, instrument, lengthRange, matches, mods, ntt, protocol, tda, tolerance

Examples

1
2
3
parameters <- msgfPar(system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta'))
isotopeError(parameters) <- c(0, 3)
isotopeError(parameters)

thomasp85/MSGFplus documentation built on Aug. 29, 2020, 5:23 a.m.