readDepthBudgetCalculation | R Documentation |
Estimate possible read depth depending on the total cost and the other parameters for 10X design
readDepthBudgetCalculation(
nSamples,
nCells,
totalCost,
costKit,
samplesPerLane,
costFlowCell,
readsPerFlowcell,
reactionsPerKit = 6
)
nSamples |
Number of samples |
nCells |
Cells per individual |
totalCost |
Experimental budget |
costKit |
Cost for one 10X kit |
samplesPerLane |
Number of individuals 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 |
Read depth 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.