Description Usage Arguments Examples
View source: R/coverage_plot.R
A function that allows you to plot the reads that falls in top n genes
1 | coverage_plot(samples, n_top = 100, plot_dir = "plots")
|
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" |
1 | coverage_plot(samples, n_top, plot_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.