choose_limma_dataset | R Documentation |
Take an expt and poke at it to ensure that it will not result in troubled limma results.
choose_limma_dataset(
input,
force = FALSE,
which_voom = "limma",
verbose = TRUE,
...
)
input |
Expressionset containing expt object. |
force |
Ingore warnings and use the provided data asis. |
which_voom |
Choose between limma'svoom, voomWithQualityWeights, or the hpgl equivalents. |
verbose |
Print some information about what is happening? |
... |
Extra arguments passed to arglist. |
dataset suitable for limma analysis
[limma] [choose_dataset()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.