Package: sicegar
Type: Package
Title: Analysis of Single-Cell Viral Growth Curves
Version: 0.2.3
Authors@R: c( 
    person(
      given = "M. Umut",
      family = "Caglar",
      role = c("aut"),
      email = "umut.caglar@gmail.com"
    ),
    person(
      given = "Claus O.",
      family = "Wilke",
      role = c("aut", "cre"),
      email = "wilke@austin.utexas.edu",
      comment = c(ORCID = "0000-0002-7470-9261")
    )
  )   
Description: Aims to quantify time intensity data by using sigmoidal and double sigmoidal curves. It fits straight lines, sigmoidal, and double sigmoidal curves on to time vs intensity data. Then all the fits are used to make decision on which model (sigmoidal, double sigmoidal, no signal or ambiguous) best describes the data. No signal means the intensity does not reach a high enough point or does not change at all over time. Sigmoidal means intensity starts from a small number than climbs to a maximum. Double sigmoidal means intensity starts from a small number, climbs to a maximum then starts to decay. After the decision between those four options, the algorithm gives the sigmoidal (or double sigmoidal) associated parameter values that quantifies the time intensity curve. The origin of the package name came from "SIngle CEll Growth Analysis in R".
URL: https://github.com/wilkelab/sicegar
Imports: dplyr, minpack.lm, fBasics, ggplot2, stats
License: GPL-2 | GPL-3
LazyData: true
Suggests: covr, cowplot, testthat, vdiffr, knitr
VignetteBuilder: knitr
BugReports: https://github.com/wilkelab/sicegar/issues
Collate: 'categorize.R' 'mainFunctions.R' 'multipleFitFunction.R'
        'sigmoidalFitFunctions.R' 'doublesigmoidalFitFunctions.R'
        'normalizationFunction.R' 'sicegar.R' 'dataInputCheck.R'
        'parameterCalculation.R' 'figureGeneration.R'
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-22 21:34:42 UTC; clauswilke
Author: M. Umut Caglar [aut],
  Claus O. Wilke [aut, cre] (<https://orcid.org/0000-0002-7470-9261>)
Maintainer: Claus O. Wilke <wilke@austin.utexas.edu>
Repository: CRAN
Date/Publication: 2019-08-23 15:30:02 UTC
