Load GENBED using tabix
1 2 3 4 5 6 7 8 9 | load_genbed_tabix(
file_path,
region,
col_names = NULL,
na = c("", "NA"),
col_types = NULL,
is_bedgraph = is_bedgraph,
...
)
|
file_path |
Path to the data file. Should be compressed by BGZIP, locally present, and come along with a paired tabix index file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.