CuRveR was originally created to provide an easy to use analysis tool for killing curves assay done in microplates with Bdellovibrio bacteriovorus (Remy, Lamot and Santin et al. (2022)). Due to its flexible implementation, it can be used to analyse a broad range of other assays requiring to fit an equation to the data like growth curves or β-galactosidase assays.
Make sure you have R ≥ 4.1.0 installed on your device (https://www.r-project.org/) with the devtools package
Run the following command in the R console :
# Download the latest version of CuRveR
devtools::install_github("Giatomo/curver")To open CuRveR, run the following command in the R console :
# Launch the GUI application
CuRveR::run_curver()