Files
2015-GCAT/R/GCAT/man/gcat.Rd
T

21 lines
816 B
R
Raw Normal View History

2015-06-26 15:04:35 -05:00
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/GCAT.main.R
\docType{package}
2015-04-10 15:12:45 -05:00
\name{GCAT}
\alias{GCAT}
2015-06-26 15:04:35 -05:00
\alias{GCAT-package}
\title{GCAT: Growth Curve Analysis Tool}
2015-04-10 15:12:45 -05:00
\description{
Mathematical modeling and parameter estimation of high volume microbial growth data.
}
\details{
2015-06-26 15:04:35 -05:00
GCAT input is in .csv format. GCAT analysis is accessed using \code{\link{gcat.analysis.main}}
2015-04-10 15:12:45 -05:00
2015-06-26 15:04:35 -05:00
GCAT utilizes the \code{\link[stats]{nls}} function in the R stats package to fit logistic, Gompertz and Richards models to growth curve
data. Best model is selected automatically. Alternatively, the user may choose LOESS local regression fits, implemented using
\code{\link[stats]{loess}} function in the R stats package
2015-04-10 15:12:45 -05:00
2015-06-26 15:04:35 -05:00
Internally, the data are stored in an array of \linkS4class{well} objects
2015-04-10 15:12:45 -05:00
}