View source: R/DEET_plot_correlation.R
DEET_plot_correlation | R Documentation |
Take significant correlation outputs and generate scatterplots of the genes DE in one or the other.
DEET_plot_correlation(correlation_input)
correlation_input |
The "DE_correlations" element of the output of the DEET_enrich function. This function only works if there is at least one significantly correlated study. |
Named list of ggplot objects with the correlation between the input study and the study within DEET
Dustin Sokolowski, Jedid Ahn
data("example_DEET_enrich_input")
data("DEET_example_data")
DEET_out <- DEET_enrich(example_DEET_enrich_input, DEET_dataset = DEET_example_data)
correlation_input <- DEET_out$DE_correlations
correlation_plots <- DEET_plot_correlation(correlation_input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.