sampleSizeBudgetCalculation.restrictedDoublets | R Documentation |
Variant of sampleSizeBudgetCalculation, which restricts the cells per lane instead the individuals per lane.
sampleSizeBudgetCalculation.restrictedDoublets(
nCells,
readDepth,
totalCost,
costKit,
cellsPerLane,
costFlowCell,
readsPerFlowcell,
reactionsPerKit = 6
)
nCells |
Cells per individual |
readDepth |
Read depth per cell |
totalCost |
Experimental budget |
costKit |
Cost for one 10X kit |
cellsPerLane |
Number of cells sequenced per lane |
costFlowCell |
Cost of one flow cells for sequencing |
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 |
Number of samples that can be measured with this budget and other parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.