bbabbd5d2566d47d923d51dbe350634783455999 mspeir Sun Oct 26 12:14:52 2025 -0700 change soe to gi, refs #35031 diff --git src/hg/htdocs/goldenPath/help/hubBasics.html src/hg/htdocs/goldenPath/help/hubBasics.html index 143f6668adf..9ddd7a5821a 100755 --- src/hg/htdocs/goldenPath/help/hubBasics.html +++ src/hg/htdocs/goldenPath/help/hubBasics.html @@ -87,38 +87,38 @@
You can use bigBed tracks to display discrete annotations, such as genes, transcription start sites, or conserved genomic elements. The bigBed format builds off the plain-text BED format and is thus flexible in terms of what fields are included. Your file must start with a set of 12 standard fields (though not necessarily all of them), but can also extend the format with any number of additional fields.
Next, we'll discuss how to build a bigBed from a bed file.
bedToBigBed utility for your system type from
- our download
+ our download
server.
bedToBigBed to build your bigBed:
bedToBigBed -sort in.bed chrom.sizes myBigBed.bb
bigDataUrl setting in your hub.txt
You can use bigWig to tracks to display continuous annotations, such as RNA-seq expression, conservation scores, or other genome-wide scores. You can build a bigWig using one of two plain-text formats: wiggle or bedGraph.
Next, we'll discuss how to build a bigWig from a wig or bedGraph file.
wigToBigWig utility for your system type from
- our download
+ our download
server.
wigToBigWig in.bedGraph chrom.sizes myBigWig.bw
bigDataUrl setting
The basic trackDb configuration for a bigWig track is similar to a bigBed track as
all tracks required the same basic settings (track, shortLabel, longLabel, type, bigDataUrl).