Package: sicegar
Type: Package
Title: Analysis of Single-Cell Viral Growth Curves
Version: 0.2.4
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 
    best describes the data. This method was first developed 
    in the context of single-cell viral growth analysis (for
    details, see Caglar et al. (2018) <doi:10.7717/peerj.4251>),
    and the package name stands for "SIngle CEll Growth Analysis in R".
URL: https://github.com/wilkelab/sicegar
Imports: dplyr, minpack.lm, fBasics, ggplot2, stats
License: GPL-2 | GPL-3
Suggests: covr, cowplot, testthat, knitr, rmarkdown
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: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-05-08 01:37:56 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: 2021-05-08 08:00:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:11:23 UTC; windows
