Description Usage Arguments Value
View source: R/plot_coverage.R
get_coverage
1 2 3 |
bw_paths |
chr. bigwig file path(s) from which to obtain coverage |
region_of_interest |
gr. A genomic range of length 1. If NULL, will use the gene start and end. |
normalise |
lgl. if TRUE will normalise using the coverage over reduced exons of the gene. |
sum_func |
func. Any function to summarise numeric values. Defaults to mean. |
gene_name |
chr. Gene symbol, will use to obtain region_of_interest and normalise to reduced exons definitions. |
ref |
gr. gtf annotation imported through |
change_chr |
lgl. Add "chr" to start of seqlevels to match the bw format? |
... |
additional arguments to pass into the |
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.