View source: R/overlap_upset_plot.R
overlap_upset_plot | R Documentation |
This function generates upset plot of overlapping peaks files using the ComplexUpset package.
overlap_upset_plot(peaklist, verbose = TRUE)
peaklist |
A named list of peak files as GRanges object.
Objects must be listed and named using |
verbose |
Print messages |
Upset plot of overlapping peaks.
### Load Data ###
data("encode_H3K27ac") # load example data
data("CnT_H3K27ac") # load example data
peaklist <- list("encode"=encode_H3K27ac, "CnT"=CnT_H3K27ac)
my_plot <- overlap_upset_plot(peaklist = peaklist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.