Description
An Automated Way to Estimate EC50 for Stratified Datasets.
Description
An implementation for estimating Effective control to 50% of growth inhibition (EC50) for multi isolates and stratified datasets. It implements functions from the drc package in a way that is displayed a tidy data.frame as output. Info about the drc package is available in Ritz C, Baty F, Streibig JC, Gerhard D (2015) <doi:10.1371/journal.pone.0146021>.
README.md
ec50estimator: An easy way to estimate EC50 for multi isolate datasets
Introduction
ec50estimator provides a quick, easy and automated way of estimating the effective control to 50% of growth inhibition (EC50) from multi isolate datasets. It also is optimized to deal with stratified data.
Download
A development version can be download using the following code:
if (!require(devtools)) {
install.packages("devtools")
}
devtools::install_github("AlvesKS/ec50estimator")