This is a minor release to update Growthcurver for R 4.0
.
This is a minor release containing a bug fix and removing a dependency.
- Fixed bug in
SummarizeGrowthByPlate
that did not properly recognize thetime
andblank
columns in some instances - Updated
EmpiricalAreaUnderCurve
to compute the area under the curve using the trapezoid method, thereby removing the dependency ontrapz
from the orphanedcaTools
package
This is a minor release containing several bug fixes.
- Handled errors raised by
FitLogistic
when the model cannot be fit - Added a
note
to thegc_val
object and the output ofSummarizeGrowthByPlate
to indicate failed or poor fits - Prevented warnings raised by
TAtInflection
when$k < N_0$ - Updated the vignette to explain the new
note
value
This is a minor release containing one new function to summarize the growth curves for many wells with a single command. Background correction has also been added.
- Added
SummarizeGrowthByPlate
- Extended the
plot
method forgc_fit
objects to take standard plot options - Added background correction (option
bg_correct
) - Updated the vignette to include the new options
- Set the default
bg_correct
option tomin
- Initial release