Description Usage Arguments Value Examples
View source: R/concentrate_cells.R
concentrate_cells() is a simple function to estimate the volume of buffer required to resuspend cells at a certain density / ul.
1 | concentrate_cells(total_cell_number, desired_conc_per_ul)
|
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. |
Returns a string that contains the volume required in ul.
1 | # concentrate_cells(total_cell_number = 1000000,desired_conc_per_ul = 1000/5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.