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)

multiHiCcompare documentation built on Nov. 8, 2020, 7:04 p.m.