Check to determine whether doubling times between two days of experiments are within an acceptable range as specified by the user and build a table of all cases where that is either true or false.
1 | checkDoubleTimes(dt.df, acceptablePercentage = 25)
|
dt.df |
data frame with the doubling times that need to be checked for high variation |
acceptablePercentage |
What percentage either up or down that is acceptable in the computed difference between doubling times. default = 25 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.