Description Usage Arguments Value Examples
View source: R/cosinor_functions.R
Prints or saves the genes found to be most significant by CosinorAnalysis.
1 2 3 4 5 6 7 8 9 |
results |
A dataframe generated by |
dataset |
A transcriptomics dataset which was used with
|
number |
The number of most significant genes printed or saved. |
period |
The period of rhythmicity which is being tested for. Defaults to 24 (circadian). |
print |
Logical. If TRUE renders significant genes in the plot viewer. Defaults to TRUE. |
save |
Logical. If TRUE, saves plots to working directory. Defaults to FALSE. |
path |
The path to be used for saving plots to. Only used if save is
TRUE. If not specified then path will be based off name of the
|
Prints or saves ggplot2 object(s).
1 2 3 | cosinor.results <- CosinorAnalysis(Laurasmappings)
CosinorSignificantPlot(cosinor.results, Laurasmappings, number = 15,
period = 24, save = TRUE, path = "example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.