7072384d5e6f4228bec4186d3d677527be0c9bc5 mspeir Fri Jun 26 09:37:20 2026 -0700 Adding data access to hs1 pages on the RR, refs # diff --git src/hg/makeDb/trackDb/human/hs1/hs1PrimateChainNet.html src/hg/makeDb/trackDb/human/hs1/hs1PrimateChainNet.html index b925065444c..99636787f57 100644 --- src/hg/makeDb/trackDb/human/hs1/hs1PrimateChainNet.html +++ src/hg/makeDb/trackDb/human/hs1/hs1PrimateChainNet.html @@ -131,30 +131,57 @@ netSyntenic was used to fill in information about the relationship between higher- and lower-level chains, such as whether a lower-level chain was syntenic or inverted relative to the higher-level chain. The program netClass was then used to fill in how much of the gaps and chains contained Ns (sequencing gaps) in one or both species and how much was filled with transposons inserted before and after the two organisms diverged.
The resulting net file was converted to axt format via netToAxt, then converted to maf format via axtToMaf, then converted to the bigMaf format with mafToBigMaf and bedToBigBed
++The chains and alignments can be explored interactively with the +Table Browser or the +Data Integrator. The data can also be +accessed from scripts through our REST +API.
++For automated analysis, the underlying chain data are stored as bigChain files (one per query +assembly) in the chainNet/ directory on our +download server. +For chain tracks, individual regions or the whole genome annotation can be obtained using our tool +bigChainToChain, while for net tracks, data can be accessed using the bigBedtoBed. +Both tools can be compiled from the source code or downloaded as precompiled +binaries for your system. Instructions for downloading source code and binaries can be found +here. +Both tools can also be used to obtain only features within a given range, for example:
+bigChainToChain https://hgdownload.soe.ucsc.edu/gbdb/hs1/chainNet/hs1.chainRBestGCA_028858775.2.bb -chrom=chr6 -start=0 -end=1000000 stdout ++Please refer to our +mailing +list archives for questions, or our +Data Access FAQ for more +information.
+lastz was developed by Robert Harris, Pennsylvania State University.
The axtChain program was developed at the University of California at Santa Cruz by Jim Kent with advice from Webb Miller and David Haussler.
The browser display and database storage of the chains and nets were created by Robert Baertsch and Jim Kent.
The chainNet, netSyntenic, and netClass programs were developed at the University of California Santa Cruz by Jim Kent.