budgetCalculation.libPrepCell | R Documentation |
Calculate total cost dependent on parameters for 10X design using library preparation costs per cell
budgetCalculation.libPrepCell(
nSamples,
nCells,
readDepth,
prepCostCell,
costFlowCell,
readsPerFlowcell,
rounding = FALSE
)
nSamples |
Number of samples |
nCells |
Cells per individual |
readDepth |
Read depth per cell |
prepCostCell |
Library preparation costs per cell |
costFlowCell |
Cost of one flow cells for sequencing |
readsPerFlowcell |
Number reads that can be sequenced with one flow cell |
rounding |
Rounds up the number of used kits and flow cells (which might give a more realistic estimation of costs) |
Total experimental cost dependent on the parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.