plot_counts: Plot the count results from topDirs

Description Usage Arguments Value Examples

View source: R/manhattan.R

Description

Plot the count results from topDirs

Usage

1
plot_counts(dirs, plot.chr = NA)

Arguments

dirs

The output of the topDirs function when the return_df option is set to "bed".

plot.chr

A numeric value indicating a specific chromosome number to subset the plot to. Defaults to NA indicating that all chromosomes will be plotted.

Value

A plot.

Examples

1
2
3
data('hicexp_diff')
dirs <- topDirs(hicexp_diff, return_df = 'bed')
plot_counts(dirs)

jstansfield0/HiCcompare2 documentation built on May 4, 2021, 8:36 a.m.