set_expt_batches | R Documentation |
When exploring differential analyses, it might be useful to play with the conditions/batches of the experiment. Use this to make that easier.
set_expt_batches(expt, fact, ids = NULL, ...)
expt |
Expt to modify. |
fact |
Batches to replace using this factor. |
ids |
Specific samples to change. |
... |
Extra options are like spinach. |
The original expt with some new metadata.
[create_expt()] [set_expt_conditions()] [Biobase]
## Not run:
expt = set_expt_batches(big_expt, factor = c(some,stuff,here))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.