6a211b4bfd69949866640e3c33054467c35b05cd jnavarr5 Wed May 8 09:40:11 2019 -0700 Adding another bigBedToBed example using the hgdownload-euro server, refs #20551 diff --git src/hg/htdocs/FAQ/FAQdownloads.html src/hg/htdocs/FAQ/FAQdownloads.html index dceb8f5..84298db 100755 --- src/hg/htdocs/FAQ/FAQdownloads.html +++ src/hg/htdocs/FAQ/FAQdownloads.html @@ -832,32 +832,42 @@

Track Data Access

How do I access the data underlying a track?

The raw data underlying a track can be explored interactively with the Table Browser, Data Integrator, or Variant Annotation Integrator. For automated analysis, the genome annotation can be downloaded from the downloads server or one of our two public MySQL servers.

bigBed data: For bigBed files, individual regions or the whole genome annotation can be obtained using our tool bigBedToBed which can be compiled from the source code or downloaded as a precompiled binary for your system. Instructions for downloading source code and binaries can be found here. The tool can -also be used to obtain only features within a given range, example:

+also be used to obtain only features within a given range using one of the hgdownload servers, +example:

+

SNP data: If queries against the SNP table on one of our public MySQL servers or on your own MySQL installation are slow, then they can be sped up by using the "bin" field; you can contact us for more information.

Read more in our blog about Accessing the Genome Browser Programmatically to acquire data.

Obtaining GTF (Gene Transfer Format)

What is the best method for obtaining GTF output?