Description Usage Arguments Value Examples
count_cells() is a calculator for standard hemocytometry applications.
1 2 3 | count_cells(sampleID = NULL, live, dead = 0, squares_counted = 4,
sample_aliquot_vol = 0, PBS_vol = 0, Trypan_blue_vol = 0,
original_sample_vol)
|
sampleID |
Provides a label or name for the sample counted. |
live |
The total number of live cells counted. |
dead |
The total number of dead cells counted. |
squares_counted |
How many of the outer corner-squares were counted, Default is 4. |
sample_aliquot_vol |
The ul of sample taken for hemocytometry. |
PBS_vol |
The ul of PBS or other solution that the sample aliquot is diluted with. Used to determine the dilution factor. |
Trypan_blue_vol |
The ul of Trypan Blue, if used. A good starting point is usually 1:1 (sample_aliquot+PBS):Trypan Blue. |
original_sample_vol |
How many ml is the original set of cells suspended in? |
returns a dataframe containing all of the calculations.
1 | # count_cells(sampleID = "A",live = 300,dead = 10,squares_counted = 4,sample_aliquot_vol = 10,PBS_vol = 40,Trypan_blue_vol = 50,original_sample_vol = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.