Skip to content

hugheylab/tipa

Repository files navigation

tipa

check-deploy Netlify Status CRAN Status drat version

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

  1. Install BiocManager.

    if (!requireNamespace('BiocManager', quietly = TRUE))
      install.packages('BiocManager')
  2. If you use RStudio, go to Tools → Global Options... → Packages → Add... (under Secondary repositories), then enter:

    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.