> 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/mpd1/inspect-data-for-harvest-time.md).

# Inspect data for harvest time

In the last step you determined when to conclude the experiment. Now is time to inspect the data and identify a suitable harvest time. Here, we use onset of stationary stage as the harvest point. This is the point in time where cell concentration is no longer changing.

## Step by step

{% stepper %}
{% step %}

### Inspect the growth curve in Access

Pull the slider in Access to see the growth curve.

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

{% step %}

### Find measurements with similar, high arithmetic means

Move the mouse cursor over the plot. A tooltip appears with the time and concentration numbers. Identify data points with similar, high arithmetic means. In the *S. epidermidis* example, this would be 11.8 and 14.9 hours.

<figure><img src="/files/DHpFstLlRAR5YYQSZy5f" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Identify the max cell concentration

Find the data point that hits the highest cell concentration. In the *S. epidermidis* example, this would be 11.8 hours.

<figure><img src="/files/bzUgGYhA8xrmuxcUfRlg" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Identify harvest time

Read the corresponding incubation time on the x-axis. This is the *harvest* time.

You can also find the incubation time by moving the mouse cursor over the plot. A tooltip appears with incubation time (or calcHPI) as the first value.

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

## Pick the right data point for onset of stationary phase

You have put in hard work to gather a strong dataset. It is critical that you choose the right harvest point. Otherwise your future production runs may get suboptimal cell titers.

Often it is easy to choose the best harvest point. But sometimes the answer is less obvious. In the below illustrations we provide examples of how to find the best harvest point (<mark style="color:$success;background-color:$success;">green</mark>) for [#the-easy-scenario](#the-easy-scenario "mention") and [#the-tricky-scenario](#the-tricky-scenario "mention"). Each data point represents arithmetic mean. The y-axis is logarithmic. The error bars represent standard deviation. The transparent green boxes represent the error bands for the best harvest time data point. [Contact SBT](/troubleshooting/contact-our-support-team/contact-our-support-team.md) for assistance if your growth curve data do not match any of the provided examples and if you are unsure if which data point to use as best harvest time.

### The easy scenario

In the below illustration, the data point with highest arithmetic mean has overlapping error bars with the subsequent datapoints. In this case, highest arithmetic mean wins and you should choose the <mark style="color:$success;background-color:$success;">green</mark> data point to determine harvest time.

<figure><img src="/files/F9Dgvv56UO86kkcybnaj" alt="" width="563"><figcaption><p>Illustration of a growth curve where the data point with highest arithmetic mean is the best harvest time.</p></figcaption></figure>

The *S. epidermidis* example used throughout the MPD-1 workflow is nice and simple. The first data point in stationary phase has higher arithmetic mean than the other data points in stationary phase. This makes it easy to decide that 11.8 hours is the right harvest point for max cell titer.

### The tricky scenario

The *S. epidermidis* growth curve example has a nice, low standard deviation. In practice the error bars are barely visible in the Access plot. But sometimes the error bars are pronounced.

The below illustration has considerable error bars. In this case highest arithmetic mean (<mark style="color:$danger;background-color:$danger;">red</mark>) does not win. The green data point represents the best harvest time. The subsequent data point has a higher arithmetic mean, but the error bars are overlapping with that of the green data point. The higher arithmetic mean for the subsequent data point may simply be caused be noise, i.e. inherent variability in sample workup and measurements.

<figure><img src="/files/DfcFNB8kPmFUde1CMgdI" alt="" width="563"><figcaption><p>Illustration of growth curve data with relatively high standard deviation. The best harvest time is the green data point.</p></figcaption></figure>

{% hint style="success" %}

## Pick the first time point at stationary phase in case of overlap with error bars of subsequent data points

Highest arithmetic mean does not always win. Inspect the error bars of the data points with highest arithmetic mean. If they overlap, choose the earliest data point to derive harvest time.

Small differences in arithmetic mean are most likely attributable to normal variability in sample preparation and measurement rather than a meaningful biological change.
{% endhint %}

## Summary

You have now used a simplistic approach to determine the best harvest time. Next step is [Summary](/mpd/workflows/mpd1/summary.md).

{% hint style="info" icon="face-glasses" %}

## Pro tip: Use statistical assessment to choose the best harvest time

A more advanced, rigorous approach using Student's *t*-test is available in [Optional: rigorous approach](/mpd/workflows/mpd1/optional-rigorous-approach.md).
{% 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:

```
GET https://help.sbtinstruments.com/mpd/workflows/mpd1/inspect-data-for-harvest-time.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
