![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that converts PED-formatted data to discrete genotype matrices. More...
#include <jade.ped2dgm.hpp>
Public Types | |
typedef TValue | value_type |
The value type. More... | |
typedef jade::basic_ped_reader< value_type > | reader_type |
The PED 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 PED-formatted data to discrete genotype matrices.
Definition at line 19 of file jade.ped2dgm.hpp.
typedef jade::basic_ped_reader<value_type> jade::basic_ped2dgm< TValue >::reader_type |
The PED reader type.
Definition at line 26 of file jade.ped2dgm.hpp.
typedef TValue jade::basic_ped2dgm< TValue >::value_type |
The value type.
Definition at line 23 of file jade.ped2dgm.hpp.
|
inlinestatic |
Executes the program through the specified streams.
in | The input stream. |
out | The output stream. |
Definition at line 31 of file jade.ped2dgm.hpp.