Changes

From Genome Analysis Wiki
Jump to navigationJump to search
815 bytes added ,  13:35, 27 September 2010
Line 2: Line 2:  
'''New Fugue''' is a program for estimation of haplotype frequencies and linkage disequilibrium coefficients in family data. The current implementation uses the methods described by Abecasis and Wigginton (2005) and originally implemented in the [http://www.sph.umich.edu/csg/abecasis/Merlin Merlin package].
 
'''New Fugue''' is a program for estimation of haplotype frequencies and linkage disequilibrium coefficients in family data. The current implementation uses the methods described by Abecasis and Wigginton (2005) and originally implemented in the [http://www.sph.umich.edu/csg/abecasis/Merlin Merlin package].
   −
== Command Line Options ==
+
= Command Line Options =
   −
=== Input Files ===
+
== Input Files ==
    
; -d ''datafile''
 
; -d ''datafile''
Line 18: Line 18:  
: Output file prefix.
 
: Output file prefix.
   −
=== Frequency Estimates ===
+
== Frequency Estimates ==
    
; --alleles
 
; --alleles
Line 26: Line 26:  
: Estimate maximum likelihood haplotype frequencies
 
: Estimate maximum likelihood haplotype frequencies
   −
=== Linkage Disequilibrium Estimates ===
+
== Linkage Disequilibrium Estimates ==
    
; --diseq
 
; --diseq
Line 43: Line 43:  
: Only report linkage disequilibrium for marker pairs that include ''marker''
 
: Only report linkage disequilibrium for marker pairs that include ''marker''
   −
=== Linkage Disequilibrium File Options ===
+
== Linkage Disequilibrium File Options ==
    
; --ids
 
; --ids
Line 60: Line 60:  
: only record markers that have rsq greater than a specific threshold
 
: only record markers that have rsq greater than a specific threshold
    +
== X Chromosome Analyses ==
    +
Use the <code>new_fugueX</code> executable.
    
== Download ==
 
== Download ==
   −
A source file with the current distribution is available for download from this [http://www.sph.umich.edu/csg/abecasis/downloads/generic-new_fugue-2010-05-25.tar.gz source tar-ball].
+
A source file with the current distribution is available for download from this [http://www.sph.umich.edu/csg/abecasis/downloads/generic-new_fugue-2010-06-02.tar.gz source tar-ball]. After downloading, you should unpack the archive using <code>tar</code> and run <code>make</code> to compile and install <code>new_fugue</code>. Typically, that should work like this:
 +
 
 +
    tar -zxvf generic-new_fugue-2010-06-02.tar.gz
 +
    cd generic-new_fugue
 +
    make all
 +
    make install
 +
 
 +
In some systems, notably those based on Ubuntu, you might see an error message complaining that zlib is missing. [[zlib]] is required for
 +
new_fugue to handle compressed files. If you have administrative privileges on your machine, you will want to install zlib using the <code>yum</code> package manager. The command line will look like this:
 +
 
 +
    yum install zlib-devel
 +
 
 +
If yum is not installed, you can try the following:
 +
 
 +
    sudo apt-get install zlib1g-dev
    
== References ==
 
== References ==
    
Abecasis GR and Wigginton JE (2005). Handling marker-marker linkage disequilibrium: pedigree analysis with clustered markers. Am J Hum Genet 77:754-67
 
Abecasis GR and Wigginton JE (2005). Handling marker-marker linkage disequilibrium: pedigree analysis with clustered markers. Am J Hum Genet 77:754-67
239

edits

Navigation menu