Description Usage Arguments Value Author(s) See Also Examples
Read raw data file form Tecan Genios instrument
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 = readGenios( system.file("extdata", "tecan_genios.txt", package="cellGrowth") )
# fit
n <- names( dat$OD)[36]
fit <- fitCellGrowth(x=dat$time,z=log2(dat$OD[[n]]), model = "locfit",locfit.h=6*60*60)
plot(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.