DEET_plot_correlation {DEET} | R Documentation |
DEET_plot_correlation
Description
Take significant correlation outputs and generate scatterplots of the genes DE in one or the other.
Usage
DEET_plot_correlation(correlation_input)
Arguments
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. |
Value
Named list of ggplot objects with the correlation between the input study and the study within DEET
Author(s)
Dustin Sokolowski, Jedid Ahn
Examples
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)
[Package DEET version 1.0.12 Index]