Learn about the Browser: Difference between revisions

From genomewiki
Jump to navigationJump to search
Line 25: Line 25:
** [http://genome.ucsc.edu/admin/mirror.html mirror a complete browser]
** [http://genome.ucsc.edu/admin/mirror.html mirror a complete browser]
** [[Browser_Installation|Almost the same document]], but on the wiki, some more info
** [[Browser_Installation|Almost the same document]], but on the wiki, some more info
** [[Minimal Browser Installation|Mirror only selected genomes]]
** [[Browser_Mirrors|Updating the data automatically from UCSC]]
** [[Browser_Mirrors|Updating the data automatically from UCSC]]
** [[Using_custom_track_database|Pro and cons of storing custom tracks in MySQL or as flat files]]
** [[Using_custom_track_database|Pro and cons of storing custom tracks in MySQL or as flat files]]

Revision as of 19:52, 6 January 2010

Documentation is still somewhat dispersed. Here are some starting points:

Use the browser website

Access the data of the genome browser and process them on your machine

  • 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)

Modify your own copy of the browser

Compile the source tree to get your own genomics pipeline started

Making Of: How the UCSC genome annotations are created

Statistics, overviews