Description Usage Arguments Value
View source: R/plot_coverage.R
plot_coverage
1 2 | plot_coverage(coverage_case, coverage_ctrl = NULL,
region_to_plot = NULL, binwidth = 50)
|
coverage_case |
Either bw path(s) or dataframe containing coverage
returned from |
coverage_ctrl |
Either bw path(s) or dataframe containing coverage
returned from |
region_to_plot |
gr. A genomic range of length 1 used to grab coverage (required if coverage is a bw_path) and to determine the xlimits to plot. If NULL, will use take the min and the max position from the coverage from case (and ctrls). |
binwidth |
int. |
tibble with the columns detailing chromosome, position 1 for every base in region_of_interest and normalised coverage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.