AdmixRelate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Installation= <pre> wget popgen.dk/software/NGSadmix/ngsadmix32.cpp g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix </pre> =Run example=") |
No edit summary |
||
Line 1: | Line 1: | ||
Software for infering relatedness even if the individuals are admixted. In order to infer the relatedness you will need to known the individuals admixture proportions and the allele frequencies in each of the posible populations | |||
=Installation= | =Installation= | ||
Revision as of 16:17, 14 August 2013
Software for infering relatedness even if the individuals are admixted. In order to infer the relatedness you will need to known the individuals admixture proportions and the allele frequencies in each of the posible populations
Installation
wget popgen.dk/software/NGSadmix/ngsadmix32.cpp g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix