-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
58 lines (57 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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 = "[email protected]"
),
person(
given = "Claus O.",
family = "Wilke",
role = c("aut", "cre"),
email = "[email protected]",
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