| set_expt_conditions | 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_conditions(
  expt,
  fact = NULL,
  ids = NULL,
  prefix = NULL,
  null_cell = "null",
  colors = TRUE,
  ...
)
| expt | Expt to modify | 
| fact | Conditions to replace | 
| ids | Specific sample IDs to change. | 
| prefix | Add a prefix to the samples? | 
| null_cell | How to fill elements of the design which are null? | 
| colors | While we are here, set the colors. | 
| ... | Extra arguments are given to arglist. | 
expt Send back the expt with some new metadata
[set_expt_batches()] [create_expt()]
## Not run: 
 expt = set_expt_conditions(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.