Learn R Programming

wrTopDownFrag (version 1.0.4)

checkModTy: Check & complete mixed of variable and fixed modifications

Description

Check & complete settings for mixed of variable and fixed modifications. The final format is a list with $basMod, $varMod and $varMo2

Usage

checkModTy(
  modTy,
  knownMods = NULL,
  silent = TRUE,
  debug = FALSE,
  callFrom = NULL
)

Value

This function returns the corrected list of mixed of variable and fixed modifications ($basMod, $varMod and $varMo2)

Arguments

modTy

(character) list of modification types to be considered

knownMods

(character) optonal custom list of known modifications, default from AAfragSettings(outTy="all")$knownMods

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allows easier tracking of messages produced

See Also

AAfragSettings

Examples

Run this code
modTy1 <- list(basMod=c("b","y","h"),varMod=c("p","o","q"))
checkModTy(modTy1)

Run the code above in your browser using DataLab