Description Usage Arguments Value Examples
View source: R/rain_functions.R
Prints or saves plots of the genes found to be most significant by RainAnalysis
1 | RainSignificantPlot(results, dataset, number = 10, print = TRUE, save = FALSE)
|
results |
A dataframe generated by |
dataset |
A transcriptomics dataset which was used with RainAnalysis to generate the results dataframe. First columns should be gene names. All other columns should be expression levels. |
number |
The number of most significant genes printed or saved |
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. |
Prints or saves ggplot2 object(s).
1 2 | results <- RainAnalysis(Laurasmappings, period = 24)
RainSignificantPlot(results,Laurasmappings, save=TRUE, number=15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.