Learn R Programming

wrProteo (version 1.13.1)

shortSoftwName: Get Short Names of Proteomics Quantitation Software

Description

Get/convert short names of various proteomics quantitation software names. A 2-letter abbreviation will be returned

Usage

shortSoftwName(
  x,
  tryAsLower = TRUE,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Value

This function returns a vector with masses for all amino-acids (argument 'massTy' to switch from mono-isotopic to average mass)

Arguments

x

(character) 'mono' or 'average'

tryAsLower

(logical)

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

massDeFormula, convToNum

Examples

Run this code
shortSoftwName(c("maxquant","DIANN"))

Run the code above in your browser using DataLab