Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.util.R
Set argument(s) to a list of arguments, e.g. normalization arguments.
1 |
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
1 2 | norm.list <- get.defaults("normalization","egder")
set.arg(norm.list,list(main.method="glm",logratioTrim=0.4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.