print_optimalDesign_10X | R Documentation |
Convenience function to read the output of the budget optimization functions more easily: selected the row with the optimal detection power and showing sample size, cells and read depth as well as the number of 10X kits and flow cells for this specific design
print_optimalDesign_10X(
optim_output,
samplesPerLane,
readsPerFlowcell,
reactionsPerKit = 6
)
optim_output |
Result data frame of the optimization functions (optimize.constant.budget and variants of the function) |
samplesPerLane |
Number of individuals sequenced per lane |
readsPerFlowcell |
Number reads that can be sequenced with one flow cell |
reactionsPerKit |
Reactions (=lanes) per kit, defines the total number of tested individuals per kit |
Nothing (print output instead)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.