get.arg {metaseqR} | R Documentation |
Get argument(s) from a list of arguments, e.g. normalization arguments.
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
norm.list <- get.defaults("normalization","egder") a <- get.arg(norm.list,c("main.method","logratioTrim"))