calcScoresParam | R Documentation |
List of default parameters for score calculation step of main package workflow. See help(calcScores) or ?calcScores for details.
calcScoresParam(
A = 75,
B = 10,
C = 0.25,
fit = "gam",
groups = NULL,
usePPM = FALSE,
useAdduct = FALSE,
adduct = 1.25,
brackets_ignore = c("(", "[", "{")
)
A |
m/z difference specific weight; default: 75 |
B |
RT prediction error specific weight; default: 10 |
C |
Q difference specific weight; default: 0.25 |
fit |
choice of fitted model ("gam" or "loess"); default: "gam" |
groups |
choice of m/z groups to score |
usePPM |
choice to use PPM for m/z differences; default: FALSE |
useAdduct |
choice to use adduct strings in scoring; default: FALSE |
adduct |
value divisor for mismatched adduct strings; default: 1.25 |
brackets_ignore |
bracket types for ignoring string comparisons |
list of calcScores parameters
calcScores
, metabCombine
cs_param <- calcScoresParam(A = 60, B = 15, C = 0.3)
cs_param <- calcScoresParam(A = 0.1, B = 20, C = 0.2, usePPM = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.