get.defaults {metaseqR} | R Documentation |
This function returns a list with the default settings for each filtering, statistical and normalization algorithm included in the metaseqR package. See the documentation of the main function and the documentation of each statistical and normalization method for details.
get.defaults(what, method = NULL)
what |
a keyword determining the procedure for which
to fetch the default settings according to method
parameter. It can be one of |
method |
the supported algorithm included in
metaseqR for which to fetch the default settings. When
|
A list with default setting that can be used directly in the call of metaseqr.
Panagiotis Moulos
norm.args.edaseq <- get.defaults("normalization","edaseq") stat.args.edger <- get.defaults("statistics","edger")