set_expt_factors | 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_factors(
expt,
condition = NULL,
batch = NULL,
ids = NULL,
table = "metadata",
class = "factor",
columns = NULL,
...
)
expt |
Expt to modify |
condition |
New condition factor |
batch |
New batch factor |
ids |
Specific sample IDs to change. |
table |
When set to 'metadata', use pData, otherwise fData. |
class |
Set the data to this class by default. |
columns |
Change these columns. |
... |
Arguments passed along (likely colors) |
expt Send back the expt with some new metadata
[set_expt_conditions()] [set_expt_batches()]
## Not run:
expt = set_expt_factors(big_expt, condition = "column", batch = "another_column")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.