Description Usage Arguments Value Examples
Plot the p-value results from topDirs
1  | plot_pvals(dirs, plot.chr = NA)
 | 
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.  | 
A plot.
1 2 3  | data('hicexp_diff')
dirs <- topDirs(hicexp_diff, return_df = 'bed')
plot_pvals(dirs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.