-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4746da
commit 8c0f020
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
^\.codecov\.yml$ | ||
^sicegarPerformanceSimulations$ | ||
^appendixFigures$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,21 @@ Package: sicegar | |
Type: Package | ||
Title: Analysis of Single-Cell Viral Growth Curves | ||
Version: 0.2.3 | ||
Authors@R: c( person("M. Umut", "Caglar", role = c("aut"), email = | ||
"[email protected]"), person("Claus O.", "Wilke", role = c("aut", "cre"), email = | ||
"[email protected]") ) | ||
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 (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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This package was recently archived from CRAN because an error was not fixed in time. I have now fixed this error and am resubmitting the package. No other changes were made. |