View source: R/import_bedgraph_chroms.R
import_bedgraph_chroms | R Documentation |
Query a bedGraph file by a subset of chromosomes. This allows you to query whole chromosomes at a time, without needing to import the entire bedGraph file.
import_bedgraph_chroms(
URL,
chroms = NULL,
build = "hg38",
import_format = "bedGraph",
export_format = import_format,
save_path = NULL,
verbose = TRUE
)
GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.