> 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/mpd/workflows/identify-optimal-inoculum-size/measure-on-cryo-stock.md).

# Measure on cryo stock

The cryo stock is the starting point for preparing the dilution series. It will likely contain a mix of culturable, viable-but-non-culturable (VBNC), and dead cells. Knowing the cell concentration helps determine how far the dilution can go before cells are virtually absent in the growth medium. We will use a 1:1 000 dilution in two sequential dilution steps: An initial 1:100 dilution followed by a additional 1:10 dilution.

{% stepper %}
{% step %}
**Disaggregate cell clumps**

Allow the cryo stock to thaw at room temperature.

Vortex the cryo stock 1 minute at maximum speed to disaggregate cell clumps.
{% endstep %}

{% step %}
**Dilute 1:100**

Transfer 101 µL of your sample to 10 mL of diluent. Vortex 10 seconds at maximum speed.
{% endstep %}

{% step %}
**Dilute 1:1000**

Remove 1 mL diluent from a 10 mL diluent vial for a residual volume of 9 mL.

Transfer 1 mL of the 1:100 dilution to the vial containing 9 mL of diluent. Vortex 10 seconds at maximum speed.
{% endstep %}

{% step %}
**Measure on the diluted sample**

Transfer the tubing kit to the 1:1 000 vial.

Add the metadata:

* Dilution: <kbd>1 000</kbd>
* Label: <kbd>E\_coli\_cryo</kbd>

Then press <kbd><mark style="background-color:purple;">Measure<mark style="background-color:purple;"></kbd> in Access to start a new measurement.

After completing the measurement, Access will automatically calculate the bacterial concentration in the cryo stock in the field <kbd>Cells/mL × Dil</kbd>.

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

## Summary

Now you know the bacterial concentration of your cryo stock.\
Next step: [Prepare dilution series](/mpd/workflows/identify-optimal-inoculum-size/prepare-dilution-series.md).


---

# 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/mpd/workflows/identify-optimal-inoculum-size/measure-on-cryo-stock.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.
