View source: R/import_bedgraph.R
import_bedgraph | R Documentation |
Import bedgraph files
import_bedgraph(
filename,
filter_negative_coverages = TRUE,
keep_standard_chromosomes = TRUE,
genome = NULL
)
filename |
Paths to a valid bedGraph file. |
filter_negative_coverages |
Convert negative coverage values to 0? (Default: TRUE) |
keep_standard_chromosomes |
Remove alternative chromosomes? (Default: TRUE) |
genome |
The name of the genome (i.e.: "hg38", "mm10", etc...) |
A list of GRanges (one element per file).
filenames <- get_demo_bdg()
cov <- import_bedgraph(filenames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.