Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

db

Get and set database in msgfPar objects


Description

These functions allow you to retrieve and set the location of the database fasta file in the msgfPar object of interest

Usage

db(object)

db(object) <- value

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

## S4 replacement method for signature 'msgfPar,character'
db(object) <- value

Arguments

object

An msgfPar object

value

A string matching the location of a fasta file

Value

In case of the getter a character vector with the location of the database file

Methods (by class)

  • msgfPar: Get the database location

  • object = msgfPar,value = character: Set the database location

See Also

Examples

parameters <- msgfPar()
db(parameters) <- system.file(package='MSGFplus', 'extdata', 'milk-proteins.fasta')
db(parameters)

MSGFplus

An interface between R and MS-GF+

v1.24.0
GPL (>= 2)
Authors
Thomas Lin Pedersen
Initial release
2020-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.