Description Usage Arguments Value Examples
Import bedgraph files
1 2 | import_bedgraphs(filenames, filter_negative_coverages = TRUE,
keep_standard_chromosomes = TRUE, genome = NULL)
|
filenames |
Paths to the bedGraph files. |
filter_negative_coverages |
Convert negative coverage values to 0? (Default: TRUE) |
keep_standard_chromosomes |
Remove alternative chromosomes? (Default: TRUE) |
A list of GRanges (one element per file).
1 2 | filenames <- get_demo_bedGraph_files()
cov <- import_bedgraphs(filenames)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.