deltaccd
infers the progression of the circadian clock using clock 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.
First add the hugheylab repository to your repos. There are multiple ways to do this.
If you use RStudio, go to Tools -> Global Options… -> Packages -> Add… (under Secondary repositories), then enter the following values.
You only have to do this once.
Alternatively, enter the following command each time you want to install or update the package.
Now you can install the package.
install.packages('deltaccd', type = 'source')
You can update the package using update.packages()
.
There’s also a docker image, which has all dependencies installed.
See the example in the documentation for calcDeltaCCD()
, as well as the full reference documentation.