Description Usage Arguments Value Author(s) See Also Examples
Read raw data file from Yeast Grower software
1 |
file |
filename |
a list with entries:
time |
a |
OD |
a |
read |
a |
temperature |
a |
header |
a |
Julien Gagneur
1 2 3 4 5 6 7 8 | # Get file names
# Parse file
dat = readYeastGrower( system.file("extdata", "Plate1_YPFruc.txt", package="cellGrowth") )
# fit
n <- names( dat$OD)[36]
fit <- fitCellGrowth(x=dat$time,z=log2(dat$OD[[n]]), model = "locfit")
plot(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.