24 #ifndef RECOMBINATION_H 25 #define RECOMBINATION_H 75 namespace Recombination
78 const bool &haveOutgroup,
const unsigned &outgroup)
__attribute__ ((deprecated));
98 const unsigned &outgroup = 0,
const unsigned &mincount = 1,
99 const double max_distance = std::numeric_limits<double>::max())
__attribute__ ((deprecated));
117 const
bool &haveOutgroup = false,
118 const
unsigned &outgroup = 0,
119 const
unsigned &mincount = 1,
120 const
double max_distance
The base class for polymorphism tables.
double i
Position of site i.
double j
Position of site j.
The namespace in which this library resides.
double rsq
$r^2$ between sites i and j
std::vector< PairwiseLDstats > Disequilibrium(const Sequence::PolyTable *data, const bool &haveOutgroup=false, const unsigned &outgroup=0, const unsigned &mincount=1, const double max_distance=std::numeric_limits< double >::max()) __attribute__((deprecated))
Calculate pairwise LD for a Sequence::PolyTable.
class __attribute__((deprecated)) FST
Functor to count the number of states, excluding gaps and missing data, in a range of characters...
Pairwise linkage disequilibrium (LD) stats .
double HudsonsC(const Sequence::PolyTable *data, const bool &haveOutgroup, const unsigned &outgroup) __attribute__((deprecated))
double D
The D statistics.
PairwiseLDstats PairwiseLD(const Sequence::PolyTable *data, unsigned i, unsigned j, const bool &haveOutgroup=false, const unsigned &outgroup=0, const unsigned &mincount=1, const double max_distance=std::numeric_limits< double >::max()) __attribute__((deprecated))
bool skipped
If the site fails and filters, this is true.