| track_wiggle | R Documentation | 
Creates the necessary configuration string for a bigWig file so that it can be used in a JBrowse custom linear genome view.
track_wiggle(track_data, assembly)
track_data | 
 the URL to the bigWig file  | 
assembly | 
 the config string generated by   | 
a character vector of stringified WiggleTrack JSON configuration
track_wiggle(
  "https://jbrowse.org/genomes/hg19/COLO829/colo_normal.bw",
  assembly("https://jbrowse.org/genomes/hg19/fasta/hg19.fa.gz", bgzip = TRUE)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.