BuildDesign | R Documentation |
Creates a design matrix for the experiment
BuildDesign(experimentNames, techReps, corrConst = NA)
experimentNames |
Vector with names of the experiments |
techReps |
Vector with number of technical replicates in each experiment |
corrConst |
Optional, a vector with correction constants for each experiment |
Dataframe with experiments numbered and numbers of columns
BuildDesign(c("clone1", "clone2", "clone3"), c(2, 2, 3), c(1.7, 1.8, mean(1.55, 1.6, 1.57)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.