Skip to content

isinaltinkaya/ngsAMOVA

Repository files navigation

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)

About

Tool for performing AMOVA, Dxy and neighbor joining trees with NGS data

Resources

Stars

Watchers

Forks

Releases

No releases published