Skip to contents

limorhyde (linear models for rhythmicity, design) enables differential analysis of circadian transcriptome data using state-of-the-art methods for differential expression.

For details about the method and to see how we used it to analyze circadian transcriptome data from various experimental designs, check out the paper and the accompanying results.

Installation

Option 1: CRAN

install.packages('limorhyde')

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

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

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

Usage

For an introduction to the package, read the vignette. For more details, check out the reference documentation.