addExperimentalDesign: Add a new experimental design

Description Usage Arguments Value Examples

Description

Add a new experimental design in the expDesign slot.

Usage

1
2
3
4
5
6
addExperimentalDesign(object, treatment = NULL, control = NULL,
  batch.id = NULL, replace = FALSE)

## S4 method for signature 'XevaSet'
addExperimentalDesign(object, treatment = NULL,
  control = NULL, batch.id = NULL, replace = FALSE)

Arguments

object

The Xeva dataset.

treatment

The model.id of treatment.

control

The model.id of control.

batch.id

The batch.id for a new batch.

replace

If TRUE, replace an old batch with new values.

Value

Returns Xeva dataset with new experimental design added.

Examples

1
2
3
data(brca)
brca <- addExperimentalDesign(object=brca, treatment=c("X.6047.LL71"),
        control=c("X.6047.uned"), batch.id="new.batch", replace=FALSE)

Xeva documentation built on Nov. 8, 2020, 5:56 p.m.