choose_dataset | R Documentation |
The _pairwise family of functions all demand data in specific formats. This tries to make that consistent.
choose_dataset(input, choose_for = "limma", force = FALSE, verbose = TRUE, ...)
input |
Expt input. |
choose_for |
One of limma, deseq, edger, or basic. Defines the requested data state. |
force |
Force non-standard data? |
verbose |
Print some information about what is happening? |
... |
More options for future expansion. |
Invoked by _pairwise().
List the data, conditions, and batches in the data.
[choose_binom_dataset()] [choose_limma_dataset()] [choose_basic_dataset()]
## Not run:
starting_data <- create_expt(metadata)
modified_data <- normalize_expt(starting_data, transform = "log2", norm = "quant")
a_dataset <- choose_dataset(modified_data, choose_for = "deseq")
## choose_dataset should see that log2 data is inappropriate for DESeq2 and
## return it to a base10 state.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.