concentrate_cells: Concentrate Cells

Description Usage Arguments Value Examples

View source: R/concentrate_cells.R

Description

concentrate_cells() is a simple function to estimate the volume of buffer required to resuspend cells at a certain density / ul.

Usage

1
concentrate_cells(total_cell_number, desired_conc_per_ul)

Arguments

total_cell_number

The total number of cells in a pellet or sample.

desired_conc_per_ul

the density of cells per ul desired. ex: 10000 (10000 / ul). Also, can be used creatively: 10000/20 would be 10000 cells per 20 ul.

Value

Returns a string that contains the volume required in ul.

Examples

1
# concentrate_cells(total_cell_number = 1000000,desired_conc_per_ul = 1000/5)

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.