Learn R Programming

metaseqR (version 1.12.2)

get.arg: Argument getter

Description

Get argument(s) from a list of arguments, e.g. normalization arguments.

Usage

get.arg(arg.list, arg.name)

Arguments

arg.list
the initial list of a method's (e.g. normalization) arguments. Can be created with the get.defaults function.
arg.name
the argument name inside the argument list to fetch its value.

Value

  • The argument sub-list.

Examples

Run this code
norm.list <- get.defaults("normalization","egder")
a <- get.arg(norm.list,c("main.method","logratioTrim"))

Run the code above in your browser using DataLab