plotup: Generates UpSetR-style plot from overlap data

Description Usage Arguments Value Examples

Description

Generates UpSetR-style plot from overlap data

Usage

1
plotup(datafile, ...)

Arguments

datafile

The object output from the overlap function

...

Additional arguments passed to upset function from UpSetR package

Value

Returns an UpSetR plot from overlap data

Examples

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)

mworkman13/HiCAGE documentation built on May 23, 2019, 11:58 a.m.