de_venn | R Documentation |
The sets of genes provided by limma and friends would ideally always agree, but they do not. Use this to see out how much the (dis)agree.
de_venn(table, adjp = FALSE, p = 0.05, lfc = 0, ...)
table |
Which table to query? |
adjp |
Use adjusted p-values |
p |
p-value cutoff, I forget what for right now. |
lfc |
What fold-change cutoff to include? |
... |
More arguments are passed to arglist. |
A list of venn plots
[Vennerable] [get_sig_genes()]
## Not run:
bunchovenns <- de_venn(pairwise_result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.