Learn R Programming

wrTopDownFrag (version 1.0.4)

.chargeCatchingAA: Cite Charge Catching Amino-Acids

Description

Return a matrix with charge-catching amino-acids and their assumed strength. So far, the strength shown/used is set rather empirically.

Usage

.chargeCatchingAA(
  chargeMode = "pos",
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Value

This function returns a matrix with charge-catching amino-acids and their assumed strength

Arguments

chargeMode

(character) this value may be 'pos' (default) for the positively charged amino-acids K,R and H or, if this argument has any other value, than all charged amino-acids (K,R,H, S,T,N,Q, D,E, W and Y) will be considered.

silent

(logical) suppress messages

debug

(logical) additional messages and objects exportet to current session for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

fragmentSeq

Examples

Run this code
.chargeCatchingAA()

Run the code above in your browser using DataLab