Description Usage Arguments Details Value
Fragment data files are essentially BED data files. load_fragments
and
load_bed
will load these data files into data.table
objects.
1 2 3 | load_bed(file_path, region = NULL)
load_fragments(file_path, region = NULL)
|
file_path |
Path to the data file (in tab-separated values format, a.k.a "tsv"). |
region |
Which genomic region to load. Can be either a character vector
following the UCSC convention, e.g. |
If regions
is not NULL
, load_fragments
will invoke tabix
to load the data.
A data.table
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.