Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.util.R
Get argument(s) from a list of arguments, e.g. normalization arguments.
1 | get.arg(arg.list, arg.name)
|
arg.list |
the initial list of a method's (e.g.
normalization) arguments. Can be created with the
|
arg.name |
the argument name inside the argument list to fetch its value. |
The argument sub-list.
Panagiotis Moulos
1 2 | norm.list <- get.defaults("normalization","egder")
a <- get.arg(norm.list,c("main.method","logratioTrim"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.