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.
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:
if (!requireNamespace('BiocManager', quietly = TRUE))
install.packages('BiocManager')
BiocManager::install('deltaccd')
Alternatively, you can install or update the package by entering:
if (!requireNamespace('BiocManager', quietly = TRUE))
install.packages('BiocManager')
BiocManager::install('deltaccd', site_repository = 'https://hugheylab.github.io/drat/')
See the example in the documentation for calcDeltaCCD()
, as well as the full reference documentation.