40 #ifndef _DARWIN_VAR_SINGLE_H_ 41 #define _DARWIN_VAR_SINGLE_H_ 43 #include <Bpp/Exceptions.h> 44 #include <Bpp/Io/FileTools.h> 45 #include <Bpp/Text/TextTools.h> 46 #include <Bpp/Text/StringTokenizer.h> 74 void write(std::ostream& os,
const DataSet& data_set)
const throw (Exception);
75 void write(
const std::string& path,
const DataSet& data_set,
bool overwrite)
const throw (Exception);
86 return "Darwin .var single data";
90 return "Darwin .var file store data for each marker in each individual (1 variable per allele).";
98 #endif // _DARWIN_VAR_SINGLE_H_ virtual const std::string getFormatDescription() const
virtual const std::string getFormatName() const
Partial implementation of the DataSet Output interface.
The Darwin .don output format for popgenlib.
DarwinVarSingle(size_t missingData=999)
void write(std::ostream &os, const DataSet &data_set) const
Write a DataSet on ostream.