Learn R Programming

DEET (version 1.0.11)

DEET_plot_correlation: 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)

Value

Named list of ggplot objects with the correlation between the input study and the study within DEET

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.

Author

Dustin Sokolowski, Jedid Ahn

Examples

Run this code
# \donttest{

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)

# }

Run the code above in your browser using DataLab