-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ATpoint/master
Support sample weights in circa_single() and circacompare()
- Loading branch information
Showing
15 changed files
with
449 additions
and
38 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 |
---|---|---|
@@ -1,27 +1,31 @@ | ||
Package: circacompare | ||
Title: Analyses of Circadian Data | ||
Version: 0.1.1.9000 | ||
Authors@R: | ||
person(given = "Rex", | ||
family = "Parsons", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-6053-8174")) | ||
Description: Uses non-linear regression to statistically compare two circadian rhythms. | ||
Groups are only compared if both are rhythmic (amplitude is non-zero). | ||
Performs analyses regarding mesor, phase, and amplitude, reporting on estimates and statistical differences, for each, between groups. | ||
Details can be found in Parsons et al (2020) <doi:10.1093/bioinformatics/btz730>. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
Imports: | ||
ggplot2 (>= 2.2.1), | ||
stats | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
nlme, | ||
knitr, | ||
rmarkdown | ||
Config/testthat/edition: 3 | ||
VignetteBuilder: knitr | ||
Package: circacompare | ||
Title: Analyses of Circadian Data | ||
Version: 0.1.1.9000 | ||
Authors@R: | ||
c(person(given = "Rex", | ||
family = "Parsons", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-6053-8174")), | ||
person(given = "Alexander", | ||
family = "Bender", | ||
role = c("ctb"), | ||
email = "[email protected]")) | ||
Description: Uses non-linear regression to statistically compare two circadian rhythms. | ||
Groups are only compared if both are rhythmic (amplitude is non-zero). | ||
Performs analyses regarding mesor, phase, and amplitude, reporting on estimates and statistical differences, for each, between groups. | ||
Details can be found in Parsons et al (2020) <doi:10.1093/bioinformatics/btz730>. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Imports: | ||
ggplot2 (>= 2.2.1), | ||
stats | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
nlme, | ||
knitr, | ||
rmarkdown | ||
Config/testthat/edition: 3 | ||
VignetteBuilder: knitr |
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.