![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that converts BEAGLE-formatted data to likelihood genotype matrices. More...
#include <jade.bgl2lgm.hpp>
Public Types | |
typedef TValue | value_type |
The value type. More... | |
typedef jade::basic_bgl_reader< value_type > | reader_type |
The reader type. More... | |
Static Public Member Functions | |
static void | execute (std::istream &in, std::ostream &out) |
Executes the program through the specified streams. More... | |
A template for a class that converts BEAGLE-formatted data to likelihood genotype matrices.
Definition at line 19 of file jade.bgl2lgm.hpp.
typedef jade::basic_bgl_reader<value_type> jade::basic_bgl2lgm< TValue >::reader_type |
The reader type.
Definition at line 26 of file jade.bgl2lgm.hpp.
typedef TValue jade::basic_bgl2lgm< TValue >::value_type |
The value type.
Definition at line 23 of file jade.bgl2lgm.hpp.
|
inlinestatic |
Executes the program through the specified streams.
in | The input stream. |
out | The output stream. |
Definition at line 31 of file jade.bgl2lgm.hpp.