> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/inoc/workflows/crosscheck-cfu-and-cells.md).

# Crosscheck CFU and cells

In the below step by step instructions we demonstrate how to compare the real-time BactoBox® result to the final plate count.&#x20;

For *in vivo* experiments, the bacterial culture will is often harvested by centrifugation and resuspended in 1× PBS to remove the growth medium components. Disaggregate carefully to convert the centrifugation pellet into a single-cell suspension.

{% hint style="success" icon="arrows-to-circle" %}

## Always disaggregate - especially after centrifugation

Bacteria tend to clump. Especially when centrifugation is used to harvest the culture into a neat pellet. Vortex thoroughly to get a single-cell suspension. This is needed for reliable BactoBox® and plate count results.
{% endhint %}

## Step by step

{% stepper %}
{% step %}

### Prepare the sample

Vortex the resuspended pellet thoroughly 1 min at max speed. Use a suitable mixer platform and ensure you see a proper vortex forming in the tube
{% endstep %}

{% step %}

### Create a *basic* measurement group

Connect your BactoBox® to a computer and create a *basic* measurement group. See [Do measurements in Access](/measurement-essentials/do-measurements-in-access.md) for more information.
{% endstep %}

{% step %}

### Dilute the sample for BactoBox measurements

Make a 1;10 000 dilution. Keep both the 1:100 and 1:10,000 dilution. See [Hit the right concentration](/measurement-essentials/hit-the-right-concentration.md) for more information.

<figure><img src="/files/04FNIoxa26Qp0DnwekUU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Measure on BactoBox®

First run the 1;10,000 dilution dilution on BactoBox®. Add sampling time, dilution factor, and sample description to the Access fields. Then click <kbd><mark style="background-color:purple;">Measure<mark style="background-color:purple;"></kbd> to run the measurement.

If the result is <30,000 cells/mL then run the 1:100 dilution. The <kbd>Cells/mL × Dil.</kbd>  field in the table shows you the  bacterial concentration in the 1× PBS vial.

<div data-with-frame="true"><figure><img src="/files/Fhzr3LGtGkmDBJ1lFTI8" alt=""><figcaption><p>Add information on your sample and click <kbd><mark style="background-color:purple;">Measure</mark></kbd> .</p></figcaption></figure></div>
{% endstep %}

{% step %}

### Do two additional BactoBox® measurements

Make a fresh dilution series to reach the dilution that worked in step 4. Then measure.

Repeat this step for a total of 3 BactoBox® repeats.
{% endstep %}

{% step %}

### Prepare plate counts in triplicates

Dilute and plate to determine CFUs. Prepare three separate dilution series to include the variability involved with dilution, mixing, and plating. Incubate at optimal growth conditions.

{% hint style="info" icon="ring" %}

## Plate smarter

Use the cell concentrations determined via BactoBox® analyses to calculate suitable dilutions for plate counts. See the workflow [Plate smarter](/inoc/workflows/plate-smarter.md) for more information.&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Determine CFUs

Count colonies on the plates that contain between \~25–250 colonies. Multiply with the dilution factor to get the concentration in the non-diluted 1× PBS vial.&#x20;

<figure><img src="/files/f6Qe9FcVFRf1IeGeCV1i" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the CFU data to Access

Add the CFU data to the <kbd>CFU/mL × Dil.</kbd> fields in Access that correspond to either of the BactoBox® repeats.&#x20;

<figure><img src="/files/izOIQDYVcYNZ3Rvsaram" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Compare results

Click <kbd>Export CSV</kbd> to export the data as a csv file.&#x20;

Use a spreadsheet or AI tool to determine the arithmetic mean, standard deviation, coefficient of variation (CV), and log difference between methods.&#x20;

A log difference of 0 corresponds to a perfect agreement between the methods. BactoBox®-to-CFU log difference is typically within ±0.3, this corresponds to a two-fold difference. In the below calculation example the log difference 1.15.&#x20;

| Method           | Mean                | SD                  | CV    |
| ---------------- | ------------------- | ------------------- | ----- |
| BactoBox®        | 1.21×10<sup>8</sup> | 0.08×10<sup>8</sup> | 6.6%  |
| CFU              | 1.05×10<sup>8</sup> | 0.12×10<sup>8</sup> | 11.4% |
| {% endstep %}    |                     |                     |       |
| {% endstepper %} |                     |                     |       |

## Summary

With this step by step guide you know the essentials to compare BactoBox® and CFU methods.&#x20;

{% hint style="info" icon="handshake" %}

## SBT offers custom solutions

Contact SBT if your results fall outside the accepted range when compared with the final CFU results. Together we can explore solutions to improve the agreements between results. For more information, see [What is a custom solution?](/advanced/what-is-a-custom-solution.md).

BactoBox® has high precision and reproducibility. Plate count procedures differs from lab to lab and it is impossible to make a single measurement program that accounts for this. That said, it is possible to apply empirical correction factors or customize the measurement programs.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sbtinstruments.com/inoc/workflows/crosscheck-cfu-and-cells.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
