This function computes percentage of cells still alive. This function looks for files that have the filename of the syntax <experiment>_Day_###.csv , where <experiment> can be any unique ID to define the experiment, _Day_ is a marker to identify when the day is going to be specified and ### is the actual day that growth rate measurements were started.
1 | SurvivalPercentage(RAWpath = getwd(), firstDay = 1, measureInterval = 15)
|
RAWpath |
path where the raw data files are located. Default = current working directory |
firstDay |
First day of measurements. Default = 1 |
measureInterval |
Time between each OD measurement in minutes. Default = 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.