Description Usage Arguments Value Examples
Extracts D-efficiency from a DEdesign object
1  | efficiency(x, selection)
 | 
x | 
 a   | 
selection | 
 choose which design to output: "  | 
a data frame giving D-efficiencies of flowcell (If there are more than one flowcell), lane and adapter blocks
1 2 3 4  | treatments <- data.frame(trt = letters[1:6], replicates = rep(3,6))
des <- gendesign(treatments=treatments, nperlane=4, search.surrounding = 2)
efficiency(des,selection="Design")
efficiency(des,selection="suggestedDesign")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.