SEQMIX: Difference between revisions

From Genome Analysis Wiki
Jump to navigationJump to search
Youna (talk | contribs)
Youna (talk | contribs)
Line 3: Line 3:
'''SEQMIX''' is a C++ program that takes advantage of off-targeted sequence reads from exome/targeted sequencing experiments for accurate local ancestry inference.
'''SEQMIX''' is a C++ program that takes advantage of off-targeted sequence reads from exome/targeted sequencing experiments for accurate local ancestry inference.


== Method ==  
== Method ==
 
Before running SEQMIX, it is useful to process your data with a LD pruning step, which identify sites that are in high LD (r^2 > 0.1) and keep the sites with a higher sequence depth.


== Download ==
== Download ==

Revision as of 13:59, 13 March 2013

Overview

SEQMIX is a C++ program that takes advantage of off-targeted sequence reads from exome/targeted sequencing experiments for accurate local ancestry inference.

Method

Before running SEQMIX, it is useful to process your data with a LD pruning step, which identify sites that are in high LD (r^2 > 0.1) and keep the sites with a higher sequence depth.

Download

(Coming soon)

Related Programs