Genezoom

From Genome Analysis Wiki
Revision as of 22:20, 15 September 2014 by Jchen (talk | contribs) (Created page with "'''GeneZoom''' plot is a visualization tool that shows the frequency of variants in a predefined region for groups of individuals. It takes an annotated VCF file as input and ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

GeneZoom plot is a visualization tool that shows the frequency of variants in a predefined region for groups of individuals. It takes an annotated VCF file as input and generate a text file with specific variant information extracted from VCF file. An R script is used to draw GeneZoom plot based on the text file.

Because all reference data are version hg19, please make sure that your VCF file is also version hg19.

Get geneZoom Source Codes

Download from webpage

Through this link geneZoom Download, you can download a copy of geneZoom.

Download from GitHub with Git

You can create your own git clone(copy) using:

 git clone https://github.com/jinchen-umich/geneZoom.git

or

 git clone git://github.com/jinchen-umich/geneZoom.git

Either of these two commands creates a directory called geneZoom in the current directory.

Update your copy

If you have already downloaded your copy, use the following commands to update:

 1. cd pathToYourCopy/geneZoom
 2. git pull

Download From GitHub without Git

If there is no git in your system, you can still download from GitHub:

  1. Latest Code (master branch)
    via Website
    1. Go to : https://github.com/jinchen-umich/geneZoom
    2. Click on the Download ZIP button on the right side panel.
    via Command Line
    wget https://github.com/jinchen-umich/geneZoom/archive/master.zip

After downloading the file, uncompress (unzip/untar) it. The directory created will be named geneZoom.