Description Usage Arguments Value Author(s) Examples
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.
1 | 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
1 2 | norm.args.edaseq <- get.defaults("normalization","edaseq")
stat.args.edger <- get.defaults("statistics","edger")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.