tipa
accurately calculates phase shifts in circadian time-course data. tipa
accounts for period changes and for the point in the circadian cycle at which the stimulus occurs.
For details about the method and to see how we benchmarked it using simulations, check out Tackenberg et al. (2018) and the accompanying results.
Installation
Option 1: CRAN
install.packages('tipa')
Option 2: Hughey Lab Drat Repository
-
Install
BiocManager
.if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager')
-
If you use RStudio, go to Tools → Global Options… → Packages → Add… (under Secondary repositories), then enter:
- Name: hugheylab
- Url: https://hugheylab.github.io/drat/
You only have to do this once. Then you can install or update the package by entering:
BiocManager::install('tipa')
Alternatively, you can install or update the package by entering:
BiocManager::install('tipa', site_repository = 'https://hugheylab.github.io/drat/')
Usage
See the examples and detailed guidance in the reference documentation.