coverage_plot: A coverage bar plot generator

Description Usage Arguments Examples

View source: R/coverage_plot.R

Description

A function that allows you to plot the reads that falls in top n genes

Usage

1
coverage_plot(samples, n_top = 100, plot_dir = "plots")

Arguments

samples

a list of data frames of peaks annotations

n_top

the number of top peaks that you want to plot, default is 100

plot_dir

the directory in which you want the plots, default = "plots"

Examples

1
coverage_plot(samples, n_top, plot_dir)

riccardo-trozzo/BlissR documentation built on Aug. 1, 2020, 12:23 a.m.