2015-04-10 15:12:45 -05:00
|
|
|
Package: GCAT
|
|
|
|
|
Title: Growth Curve Analysis Tool
|
|
|
|
|
Description: Imports high-throughput growth curve data from microtiter
|
|
|
|
|
plate reads in .csv format and performs non-linear
|
|
|
|
|
regression using the Richards, Logistic, or Gompertz functions.
|
|
|
|
|
Richards is used unless the shape parameter is not significant.
|
|
|
|
|
Local polynomial regression can be performed as well.
|
|
|
|
|
GCAT estimates important growth characteristics
|
|
|
|
|
(specific growth rate, maximum growth capacity, and lag time)
|
|
|
|
|
for each well in a read.
|
|
|
|
|
The code was written by Jason Shao (no longer at GLBRC) and Nate DiPiazza.
|
2015-06-26 15:04:35 -05:00
|
|
|
Version: 5.0.2
|
|
|
|
|
Depends: pheatmap, gplots, methods
|
2015-04-10 15:12:45 -05:00
|
|
|
Maintainer: Yury Bukhman <ybukhman@glbrc.wisc.edu>
|
|
|
|
|
License: LGPL-3
|
2015-06-26 15:04:35 -05:00
|
|
|
Date: 2015-04-21
|
2015-04-10 15:12:45 -05:00
|
|
|
Author: Jason Shao, Nate DiPiazza <ndipiazza@wisc.edu>, Minh Duc Bui, Yury V Bukhman
|
2015-06-26 15:04:35 -05:00
|
|
|
Suggests: testthat
|