track_extract | R Documentation |
Extract bigWig track data for the given loci
track_extract(
bigWigs = NULL,
loci = NULL,
binsize = 50,
custom_names = NULL,
nthreads = 1
)
bigWigs |
bigWig files. Default NULL. Required. |
loci |
target region to plot. Should be of format "chr:start-end". e.g; chr3:187715903-187752003 OR chr3:187,715,903-187,752,003 |
binsize |
bin size to extract signal. Default 50 (bps). |
custom_names |
Default NULL and Parses from the file names. |
nthreads |
Default 1. Number of threads to use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.