Description Usage Arguments Value Examples
View source: R/cosinor_functions.R
Parallel Implementation of CosinorAnalysis. Fits cosinor models to transcriptomics data and plots the best-fitting models using ggplot2.
1 | CosinorAnalysisPar(dataset, period = 24, nthreads = NULL, timelag = 6)
|
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
period |
The period of rhythmicity which is being tested for. Defaults to 24 (circadian). |
nthreads |
The number of threads to be used for parallel computations. Defaults to the maximum number of threads available. |
timelag |
The value of time for which observations begin. Defaults to 6. |
Saves ggplot2 object(s).
1 | cosinor.results <- CosinorAnalysisPar(Laurasmappings, nthreads = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.