Skip to content

Latest commit

 

History

History
executable file
·
123 lines (74 loc) · 2.27 KB

README.md

File metadata and controls

executable file
·
123 lines (74 loc) · 2.27 KB

ngsAMOVA

Genotype likelihood framework for Analysis of Molecular Variance with NGS data
Quickstart»

Installation . Tutorial · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. How to cite

ngsAMOVA: [A]nalysis of [MO]lecular [VA]riance with NGS data

Installation

git clone https://github.com/isinaltinkaya/ngsAMOVA.git; cd ngsAMOVA; make

Prerequisites

Install dependencies

sudo apt-get install libz-dev liblzma-dev libbz2-dev libcurl4-openssl-dev g++ make

(back to top)

Usage

For more examples, please refer to the Documentation

Input files

Metadata file

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

(back to top)

How to cite

(back to top)