Skip to content

hugheylab/tipa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0790af9 · Aug 21, 2023
Aug 21, 2023
Aug 20, 2023
Apr 12, 2022
Mar 8, 2018
Nov 3, 2021
Aug 21, 2023
Jun 8, 2020
Aug 21, 2023
Aug 20, 2023
Dec 13, 2017
Aug 20, 2023
Dec 1, 2022
May 18, 2022
Aug 21, 2023
Aug 29, 2018

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.