-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpart-02_yeast.qmd
29 lines (19 loc) · 1.4 KB
/
part-02_yeast.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Yeast Growth Experiment
As part of BM214 laboratories 2 and 3 (@fig-expt-3) you investigated strains of _Saccharomyces cerevisiae_ that had been generated by random mutagenesis. In laboratory 2, you were provided with streak plates containing _S. cerevisiae_ strains, and set up cultures in liquid media:
- control
- supplememnted with glucose
- supplemented with lactose
These cultures were incubated for you, and in Laboratory 3 you measured their growth using a spectrophotometer.
![Overview of BM214 Experiment 3.](assets/images/experiment-3.png){#fig-expt-3 width="80%"}
::: { .callout-note }
In this part of the workshop, you will use `R` to plot growth curves for your strains interactively, in the browser.
:::
::: { .callout-tip collapse="true"}
## Use what you know from BM110 and BM211
You have met `R` before in the statistics component of BM110, and in an interactive exercise as [part of a BM211 workshop](https://sipbs-compbiol.github.io/BM211-workshops/shannon_index.html).
`R` can be used in several different ways - as a standalone program, within the `RStudio` environment or - as here - in a web browser. Full instructions for how to generate your figures are provided as part of the workshop.
:::
::: { .callout-important }
**When you have completed the exercise, please answer the questions below in the formative quiz on MyPlace**
- [MyPlace formative quiz]({{< var myplace.quiz1 >}})
:::