compare_significant_contrasts | R Documentation |
This should provide nice venn diagrams and some statistics to compare 2 or 3 contrasts in a differential expression analysis.
compare_significant_contrasts(
sig_tables,
second_sig_tables = NULL,
compare_by = "deseq",
weights = FALSE,
contrasts = c(1, 2, 3)
)
sig_tables |
Set of significance tables to poke at. |
second_sig_tables |
Separate set of significant results, intra vs. inter comparisons. |
compare_by |
Use which program for the comparisons? |
weights |
When printing venn diagrams, weight them? |
contrasts |
List of contrasts to compare. |
List containing the intersections of the contrasts and plots describing them.
[Vennerable]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.