set_expt_batches: Change the batches of an expt.

View source: R/expt.R

set_expt_batchesR Documentation

Change the batches of an expt.

Description

When exploring differential analyses, it might be useful to play with the conditions/batches of the experiment. Use this to make that easier.

Usage

set_expt_batches(expt, fact, ids = NULL, ...)

Arguments

expt

Expt to modify.

fact

Batches to replace using this factor.

ids

Specific samples to change.

...

Extra options are like spinach.

Value

The original expt with some new metadata.

See Also

[create_expt()] [set_expt_conditions()] [Biobase]

Examples

## Not run: 
 expt = set_expt_batches(big_expt, factor = c(some,stuff,here))

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.