Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,069 bytes removed ,  14:28, 31 May 2017
no edit summary
Line 29: Line 29:       −
For the latest stable LocusZoom package, see our [https://statgen.sph.umich.edu/locuszoom/download/ download] page. The current version is '''1.3''', released on June 20th, 2014.   
+
For the latest stable LocusZoom package, see our [https://github.com/statgen/locuszoom-standalone download] page. The current version is '''1.3''', released on June 20th, 2014.   
    
Currently only '''Unix/Linux''' is supported, though Mac OS X should be supported in a future release. Support for Windows may come at a much later date.
 
Currently only '''Unix/Linux''' is supported, though Mac OS X should be supported in a future release. Support for Windows may come at a much later date.
Line 45: Line 45:  
== Download ==  
 
== Download ==  
   −
See our [https://statgen.sph.umich.edu/locuszoom/download/ download] page for links to the latest as well as previous releases.
+
See our [https://github.com/statgen/locuszoom-standalone download] page for links to the latest as well as previous releases.
 
  −
== Changes in Version 1.3 ==
  −
 
  −
New features:
  −
 
  −
* Database and GWAS catalog files updated for hg19
  −
* [[#Plotting BED tracks| Adding BED tracks]]
  −
* [[#Updating the existing locuszoom database(s)| Update locuszoom's database without waiting for a release]]
  −
* [[#Specify gene table (refFlat, GENCODE, etc.) | Use different gene information tables + GENCODE support]]
  −
* [[#EPACTS formatted file|Support for tabix indexed EPACTS files]]
  −
* [[#Reading from STDIN| Read data from STDIN]]
  −
* [[#Plotting options| New plotting options for color, significance lines]]
  −
* [[#Supply VCF files for calculating LD|Provide multiple chromosome separated VCF files for calculating LD]]
  −
 
  −
The full changelog is available on the [https://statgen.sph.umich.edu/locuszoom/download/ download] site.
  −
 
  −
== Changes in Version 1.2 ==
  −
 
  −
A number of new features have been added for this version. See the following sections for more info:
  −
 
  −
* [[#EPACTS formatted file|Loading EPACTS results]]
  −
* [[#Plotting LD with additional reference SNPs|Plotting LD with additional reference SNPs]]
  −
* [[#Labeling multiple SNPs|Labeling multiple SNPs]]
  −
* [[#Fine-mapping credible sets|Fine-mapping credible sets]]
  −
* [[#GWAS catalog variants|GWAS catalog variants]]
  −
* [[#Supply VCF files for calculating LD|Supply VCF files for calculating LD]]
  −
 
  −
The full changelog is available on the [https://statgen.sph.umich.edu/locuszoom/download/ download] site.
      
== Installation  ==
 
== Installation  ==
Line 613: Line 585:  
=== Fine-mapping credible sets ===
 
=== Fine-mapping credible sets ===
   −
LocusZoom can add an additional track to the plot showing results from a fine-mapping analysis. These are typically SNPs within the 95% credible set (see [http://www.nature.com/ng/journal/v44/n12/full/ng.2435.html this paper] for an example.)
+
LocusZoom can add an additional track to the plot showing results from a fine-mapping analysis. These are typically SNPs within the 95% credible set (see [http://www.nature.com/ng/journal/v44/n12/full/ng.2435.html this paper] for an example of a method generating such a set of SNPs.)
    
To add this fine-mapping track, you supply (as a plotting option) the fine-mapping set of credible SNPs as a file:  
 
To add this fine-mapping track, you supply (as a plotting option) the fine-mapping set of credible SNPs as a file:  
Line 668: Line 640:     
[[File:New lz finemap summary.png|400px]]
 
[[File:New lz finemap summary.png|400px]]
      
=== Labeling multiple SNPs ===
 
=== Labeling multiple SNPs ===
Line 710: Line 681:  
</pre>
 
</pre>
   −
The BED file should have 4 columns: the first 3 for chr/start/end, and the 4th column for the label of the track.
+
The BED file should have at least 4 columns: the first 3 for chr/start/end, and the 4th column for the label of the track. It must be '''tab-delimited''', not white-space delimited.
 +
 
 +
Color can also be specified, but the BED file then needs to follow the full [http://genome.ucsc.edu/FAQ/FAQformat.html#format1 BED format].
    
=== Specify gene table (refFlat, GENCODE, etc.) ===
 
=== Specify gene table (refFlat, GENCODE, etc.) ===
Line 817: Line 790:  
|-
 
|-
 
| colorCol=NULL
 
| colorCol=NULL
| Specify the name of a column in association results file denoting the color each marker should be. This disables coloring by LD.  
+
| Specify the name of a column in association results file denoting the color each marker should be. This disables coloring by LD. For the column values, color names should be used, for example "red" "olivedrab" etc.  
 
|-
 
|-
 
| signifLine=NULL
 
| signifLine=NULL
| Specify (in p-value scale) where to place a horizontal significance line. Can have multiple lines, e.g. signifLine="5e-08,1e-10"
+
| Specify (in -log10 p-value scale) where to place a horizontal significance line. Can have multiple lines, e.g. signifLine="7.3,9"
 
|-
 
|-
 
| signifLineColor=NULL
 
| signifLineColor=NULL
239

edits

Navigation menu