plot_pvals: Plot the p-value results from topDirs

View source: R/manhattan.R

plot_pvalsR Documentation

Plot the p-value results from topDirs

Description

Plot the p-value results from topDirs

Usage

plot_pvals(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

data('hicexp_diff')
dirs <- topDirs(hicexp_diff, return_df = 'bed')
plot_pvals(dirs)

dozmorovlab/multiHiCcompare documentation built on April 23, 2022, 9:56 a.m.