Description Usage Arguments Value Examples
Generates UpSetR-style plot from overlap data
1 |
datafile |
The object output from the overlap function |
... |
Additional arguments passed to upset function from UpSetR package |
Returns an UpSetR plot from overlap data
1 2 3 4 5 6 7 8 | hic_chr20 <- system.file("extdata", "hic_chr20.txt", package = "HiCAGE")
segment_chr20 <- system.file("extdata", "segment_chr20.bed",
package = "HiCAGE")
rna_chr20 <- system.file("extdata", "rna_chr20.tsv", package = "HiCAGE")
overlapoutput <- overlap(hicfile = hic_chr20,
segmentfile = segment_chr20,
rnafile = rna_chr20)
plotup(datafile = overlapoutput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.