powered by
Check & complete settings for mixed of variable and fixed modifications. The final format is a list with $basMod, $varMod and $varMo2
checkModTy( modTy, knownMods = NULL, silent = TRUE, debug = FALSE, callFrom = NULL )
This function returns the corrected list of mixed of variable and fixed modifications ($basMod, $varMod and $varMo2)
(character) list of modification types to be considered
(character) optonal custom list of known modifications, default from AAfragSettings(outTy="all")$knownMods
AAfragSettings(outTy="all")$knownMods
(logical) suppress messages
(logical) additional messages for debugging
(character) allows easier tracking of messages produced
AAfragSettings
modTy1 <- list(basMod=c("b","y","h"),varMod=c("p","o","q")) checkModTy(modTy1)
Run the code above in your browser using DataLab