set.arg {metaseqR} | R Documentation |
Set argument(s) to a list of arguments, e.g. normalization arguments.
set.arg(arg.list, arg.name, arg.value = NULL)
arg.list |
the initial list of a method's (e.g.
normalization) arguments. Can be created with the
|
arg.name |
a named list with names the new arguments
to be set, and mebers the values to be set or a vector of
argument names. In this case, |
arg.value |
when |
the arg.list
with the changed arg.value
for
arg.name
.
Panagiotis Moulos
norm.list <- get.defaults("normalization","egder") set.arg(norm.list,list(main.method="glm",logratioTrim=0.4))