Learn about the Browser: Difference between revisions

From genomewiki
Jump to navigationJump to search
Line 32: Line 32:
** Do not try to change the default locations /var/www/ and /gbdb
** Do not try to change the default locations /var/www/ and /gbdb


== Analyze UCSC genome data files on your own machine ==
== Compile the UCSC source tree and analyze genomes yourself ==
** What is the [[the source tree]] ?
** What is the [[the source tree]] ?
** What is available in the [[Kent source utilities]] ?
** What is available in the [[Kent source utilities]] ?
** Download the most important [http://hgdownload.cse.ucsc.edu/admin/exe/ compiled binary programs]
** Some important tools are already compiled (even for windows!) [http://hgdownload.cse.ucsc.edu/admin/exe/ from here]
** [http://genome.ucsc.edu/admin/jk-install.html Compile all tools (includes the browser webserver)] yourself
** [http://genome.ucsc.edu/admin/jk-install.html Compile all tools (includes the browser webserver)] yourself
** You need to set some [[Build_Environment_Variables|environment variables]] before you start the compilation
** You need to set some [[Build_Environment_Variables|environment variables]] before you start the compilation

Revision as of 10:58, 20 January 2010

This list is sorted by increasing technical complexity: the first steps require only a webbrowser, the last ones a Linux webserver.

Use the browser website

Download the data of the genome browser (sequences and annotations)

  • Be aware that internal coordinates (not website) are 0-based!
  • Unlike Gbrowse and Ensembl, UCSC is storing the data partially in SQL (coordiantes, outline of x-y-plots) and partially in flat text files (sequences, alignments, details of x-y-plots)
  • Table Browser: The easiest way to access data (you don't have to care whether data is stored in MySQL or in textfiles):
  • SQL-stored data (FAQ):
  • Flat-file data: Download from the ftp server (stored in /gbdb on browser servers)

Install a copy of the browser on your own machine (Unix or Mac)

Compile the UCSC source tree and analyze genomes yourself

Modify your own copy of the browser


Making Of: How the UCSC genome annotations are created

Statistics, overviews