Download examples bedGraph and bigWig files.

example_bg_bw(gsm = "GSM4703766", ranges = "chr6:165169213-167169213")

Arguments

gsm

GEO GSM id. Matches will be case-insensitive.

ranges

Genomic ranges to query as a character string (e.g. "chr6:165169213-167169213").

Value

Named list of file paths.

Examples

if (FALSE) { # \dontrun{
files <- example_bg_bw()
} # }