track_wiggle {JBrowseR} | R Documentation |
Create a WiggleTrack for a custom JBrowse 2 view
Description
Creates the necessary configuration string for a bigWig file so that it can be used in a JBrowse custom linear genome view.
Usage
track_wiggle(track_data, assembly)
Arguments
track_data |
the URL to the bigWig file |
assembly |
the config string generated by |
Value
a character vector of stringified WiggleTrack JSON configuration
Examples
track_wiggle(
"https://jbrowse.org/genomes/hg19/COLO829/colo_normal.bw",
assembly("https://jbrowse.org/genomes/hg19/fasta/hg19.fa.gz", bgzip = TRUE)
)
[Package JBrowseR version 0.10.2 Index]