labelRowsParam {metabCombiner} | R Documentation |
List of default parameters for combinedTable row annotation and removal.
See help(labelRows) or ?labelRows for more details. reduceTableParam loads
parameters for the more automated reduceTable
function
labelRowsParam( maxRankX = 3, maxRankY = 3, minScore = 0.5, delta = 0.1, method = "score", maxRTerr = 10, balanced = TRUE, remove = FALSE, brackets_ignore = c("(", "[", "{") ) reduceTableParam( maxRankX = 2, maxRankY = 2, minScore = 0.5, maxRTerr = 10, brackets_ignore = c("(", "[", "{") )
maxRankX |
maximum rank allowable for X features |
maxRankY |
maximum rank allowable for Y features |
minScore |
minimum score threshold; default: 0.5 |
delta |
score distance or mz/rt difference tolerances for subgrouping; default: 0.1 |
method |
thresholding method for subgroup detection ("score" or "mzrt"); default: "score" |
maxRTerr |
maximum allowable difference between predicted RT (rtProj) & observed RT (rty); default: 10 minutes |
balanced |
option to reduce balanced groups; default: TRUE |
remove |
option to eliminate rows determined as removable; default: FALSE |
brackets_ignore |
bracket types for ignoring string comparisons |
list of labelRows parameters
lrParams <- labelRowsParam(maxRankX = 2, maxRankY = 2, delta = 0.1, maxRTerr = 0.5)