addExperimentalDesign | R Documentation |
Add a new experimental design in the expDesign
slot.
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
)
object |
The |
treatment |
The |
control |
The |
batch.id |
The |
replace |
If |
Returns Xeva
dataset with new experimental design added.
data(brca)
brca <- addExperimentalDesign(object=brca, treatment=c("X.6047.LL71"),
control=c("X.6047.uned"), batch.id="new.batch", replace=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.