mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
Main Page
Related Pages
Modules
Data Structures
Files
File List
All
Data Structures
Functions
Variables
Friends
Groups
Pages
mapgd_0.4
commands
compare-pooled.h
1
/* A command to compare two or more populations with pooled sequencing and
2
* print Fst values.
3
*/
4
#ifndef _COMPAREPOOLED_H_
5
#define _COMPAREPOOLED_H_
6
7
#include <iomanip>
8
#include <iostream>
9
10
#include "interface.h"
11
#include "compare-pooled.h"
12
#include "pooled_likelihood.h"
13
14
int
comparePooled(
int
argc,
char
*argv[]);
15
#endif
Generated on Mon Oct 1 2018 13:55:19 for mapgd by
1.8.6