list_comp_venn | R Documentation |
Create a list of the comparisons that were detected and analyzed by the limma_value function. These comparisons can be used in the plot_venn function to find the number of overlapping significantly expressed genes.
list_comp_venn(limma, up_down_regulated)
limma |
Returned list of results from the limma_value function |
up_down_regulated |
Split the comparisons into either up or down regulated |
A character vector of the comparisons that were used in the DEG analysis and can be plotted with the venn_plot function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.