AdmixRelate: Difference between revisions

From software
Jump to navigation Jump to search
Line 14: Line 14:


=Run example=
=Run example=
== Run example using R ==
after installing the package you can load it into R and try the example
<pre>
library(relateAdmix)
example(relate)
</per>
This shows an example of how to use the package. More information can be found in the man pages
<pre>
?relate
</pre>

Revision as of 17:38, 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

Download

Download folder

Installation of R package

wget http://www.popgen.dk/software/download/relateAdmix/relateAdmix_0.01.tar.gz
R CMD INSTALL relateAdmix_0.01.tar.gz

Run example

Run example using R

after installing the package you can load it into R and try the example

library(relateAdmix)
example(relate)
</per>

This shows an example of how to use the package. More information can be found in the man pages

<pre>
?relate