An R package to plot and cluster bacterial growth curves
The easiest way to install is with the devtools package. Make sure you have it installed and use
devtools::install_github("surh/PGCA")
If you want to get the development version, you can use
devtools::install_github("surh/PGCA",ref = "dev")
If you use this code please cite
@Manual{,
title = {PGCA: Plate Growth Curve Analysis},
author = {{Herrera Paredes}, Sur},
year = {2017},
note = {R package version 0.0-3},
url = {https://github.com/surh/PGCA},
}
(C) Copyright 2017 Sur Herrera Paredes
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.