AdmixRelate: Difference between revisions

From software
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


<pre>
<pre>
wget popgen.dk/software/NGSadmix/ngsadmix32.cpp
wget http://www.popgen.dk/software/download/relateAdmix/relateAdmix_0.01.tar.gz
g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix
R CMD INSTALL relateAdmix_0.01.tar.gz
</pre>
</pre>


=Run example=
=Run example=

Revision as of 17:27, 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 http://www.popgen.dk/software/download/relateAdmix/relateAdmix_0.01.tar.gz
R CMD INSTALL relateAdmix_0.01.tar.gz

Run example