View source: R/draw_genoppi_venn.R
draw_genoppi_venn | R Documentation |
drwas a simple 1 by 1 overlap venn diagram.
draw_genoppi_venn( x, main = "", colors = color_distinct(), alpha = NULL, cat.cex = 1.1, cat.dist = 0.05, sub.pos = 0, fill = NULL, margin = 0.05 )
x |
a list of two vectors that contain some overlapping strings. |
main |
title, typically a p-value. |
colors |
color scheme. |
alpha |
numeric, transparency value between 0 and 1. |
cat.cex |
numeric. the size of category labels |
cat.dist |
the border distance between venn diagrams and labels |
sub.pos |
numeric. the position of the labels. |
fill |
the fill color of the venn diagrams. |
margin |
margin around the plot. |
NAs in x will be discarded and produce a warning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.