View source: R/plotVennOverlaps.R
plots Venn diagram of overlapping genomic ranges (e.g. peaks)
1 2 3 4 5 6 | plotVennOverlaps(
my_granges_names,
my_labels = NULL,
my_venn_colors = NULL,
line_width = 5
)
|
my_granges_names |
character vector of granges object names. |
my_labels |
character vector of label names. |
my_venn_colors |
character vector of colors. |
line_width |
integer of line thickness. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.