Skip to contents

deltaccd infers the progression of circadian rhythms using gene co-expression. deltaccd works even if the samples are not labeled with time of day and do not cover the entire circadian cycle.

For details about the method and to see how we used it to analyze circadian gene expression in human cancer, check out Shilts et al. (PeerJ) and the accompanying results.

Installation

Option 1: CRAN

install.packages('deltaccd')

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('deltaccd')

    Alternatively, you can install or update the package by entering:

    BiocManager::install('deltaccd', site_repository = 'https://hugheylab.github.io/drat/')

Usage

See the example in the documentation for calcDeltaCCD(), as well as the full reference documentation.