Description Usage Arguments Value Examples
View source: R/correlation_functions.R
Prints or saves the genes found to be most significant by CorSignificantPlot or CorAnalysisPar.
1 2 3 4 5 6 7 8 |
results |
A dataframe generated by |
dataset |
A transcriptomics dataset which was used with
|
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. |
negative |
Logical. Set TRUE if negative signficant correlations are desired. |
Prints or saves ggplot2 object(s).
1 2 | cor_results <- CorAnalysis('comp100002_c0_seq2',Laurasmappings)
CorSignificantPlot(cor_results, Laurasmappings, number = 15, save=TRUE, negative=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.