Rcurvep: Rcurvep: Concentration-Response Data Analysis using Curvep

RcurvepR Documentation

Rcurvep: Concentration-Response Data Analysis using Curvep

Description

Provide an R interface for processing concentration-response datasets using Curvep, a response noise filtering algorithm. The algorithm was described in the publications (see references below). Other parametric fitting approaches (e.g., Hill equation) are also adopted for ease of comparison. Also, methods for calculating the confidence interval around the activity metrics are also provided. The methods are based on the bootstrap approach to simulate the datasets. The simulated datasets can be used to derive the baseline noise threshold in an assay endpoint. This threshold is critical in the toxicological studies to derive the point-of-departure (POD).

Details

Different strategies are used to simulate the datasets:

  • Curvep - bootstrapping the responses of replicates at each concentration

  • Hill equation - bootstrapping the residuals and adding back to the fitted responses (by Hill) at each concentration

For Curvep the bootstrapping strategy is different depending on the type of datasets. Datasets can be grouped into three types:

  1. dichotomous binary incidence data (e.g. mortality data from alternative animal model data)

  2. continuous data with high number of replicates (e.g. alternative animal model data)

  3. continuous data with low number of replicates (e.g. in vitro data)

Bootstrapping strategies:

  1. bootstrap incidence out of total animals per concentration then calculate percentage of incidence

  2. bootstrap replicate responses per concentration directly

  3. bootstrap vehicle control responses and add back to the fitted responses by linear regression per concentration (experimental)

To learn more about Rcurvep start with the vignettes: browseVignettes(package = "Rcurvep")

References

Curvep

\insertRef

PMID:20980217Rcurvep

\insertRef

PMID:27518631Rcurvep

Bootstrap

\insertRef

PMID:30944845Rcurvep

\insertRef

PMID:30321397Rcurvep


Rcurvep documentation built on Aug. 25, 2022, 5:09 p.m.