prep_venn | R Documentation |
This function prepares the data from the DEG results
with some data transformations and filtering based on specified
parameters. The data is then passed into the plot_venn
and
plot_upset
functions.
prep_venn(limma, up_down_regulated, select_comparisons_venn)
limma |
Returned list of results from the limma_value function |
up_down_regulated |
Split the comparisons into either up or down regulated |
select_comparisons_venn |
The comparisons to plot on the venn diagram |
A data frame of formatted data for use in a venn diagram or upset plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.