getDefaults | 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.
getDefaults(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. Se Details. |
When what
is "normalization"
, method is
one of "edaseq"
, "deseq"
, "edger"
,
"noiseq"
or "nbpseq"
. When what
is
"statistics"
, method is one of "deseq"
,
"edger"
, "noiseq"
, "limma"
,
or "nbpseq"
. When method
is
"biotypeFilter"
, what
is the input
organism (see the main metaseqr2
help page
for a list of supported organisms).
A list with default setting that can be used directly in the call of metaseqr.
Panagiotis Moulos
normArgsEdaseq <- getDefaults("normalization","edaseq")
statArgsEdger <- getDefaults("statistics","edger")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.