Description Usage Arguments Examples
This function allows you to plot venn diagrams choosing between plotting intersection of peaks of of genes
1 | venn_generator(plot_dir = "plots", samples, by, ...)
|
plot_dir |
the directory in which you want the plots, default = "plots" |
by |
choose between "peaks" or "genes", peaks if you want to plot the venn of the overlapping peaks and genes if you want to plot the venn of the gene hits |
... |
select one ore more parameters from the annotation table, the venn plot will be restricted to the corresponding regions |
peaks |
a list of data frames of genomic coordinates of peaks |
1 | venn_generator(samples, by = "peaks", selection)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.