Changes

From Genome Analysis Wiki
Jump to navigationJump to search
556 bytes added ,  18:07, 14 November 2009
Created page with ''''GLF''' is a format for storing marginal likelihoods for next-generation sequence data, conditional on a set of possible genotypes. === Generating GLF Files === GLF files can…'
'''GLF''' is a format for storing marginal likelihoods for next-generation sequence data, conditional on a set of possible genotypes.

=== Generating GLF Files ===

GLF files can be generated using [http://samtools.sourceforge.net samtools]. To generate a GLF file, use the <code>samtools pileup -g</code> command, which requires a sorted [[SAM]] file and a [[FASTA]] file with the human genome reference sequence.

samtools pileup -g -f human_b36_male.fa.gz NA19240.chrom21.SLX.maq.SRP000032.2009_07.bam > NA19240.chrom21.SLX.maq.SRP000032.2009_07.glf

Navigation menu