Genotype likelihood framework for Analysis of Molecular Variance with NGS data
Quickstart»
Installation
.
Tutorial
·
Report Bug
·
Request Feature
Table of Contents
git clone https://github.com/isinaltinkaya/ngsAMOVA.git; cd ngsAMOVA; make
Install dependencies
sudo apt-get install libz-dev liblzma-dev libbz2-dev libcurl4-openssl-dev g++ make
For more examples, please refer to the Documentation
If -f/--formula
is not defined, ngsAMOVA will assume input metadata file is ordered and all of its hierarchical levels will be used.
./ngsAMOVA --formula "Individuals ~ Regions/Populations"
Individuals,Regions,Populations
ind1,reg1,pop1
ind2,reg1,pop2
ind3,reg2,pop3
ind4,reg2,pop3
ind5,reg2,pop4