5 #ifndef _DARWIN_VAR_SINGLE_H_
6 #define _DARWIN_VAR_SINGLE_H_
14 #include "../AbstractODataSet.h"
39 void write(std::ostream& os,
const DataSet& data_set)
const;
40 void write(
const std::string& path,
const DataSet& data_set,
bool overwrite)
const;
51 return "Darwin .var single data";
55 return "Darwin .var file store data for each marker in each individual (1 variable per allele).";
Partial implementation of the DataSet Output interface.
The Darwin .don output format for popgenlib.
void write(std::ostream &os, const DataSet &data_set) const
Write a DataSet on ostream.
virtual const std::string getFormatDescription() const
DarwinVarSingle(size_t missingData=999)
virtual const std::string getFormatName() const