bpp-popgen
2.2.0
|
A set of tools for DataSet. More...
#include <Bpp/PopGen/DataSetTools.h>
Static Public Member Functions | |
static std::auto_ptr< DataSet > | buildDataSet (const OrderedSequenceContainer &osc) throw (Exception) |
General method to build a DataSet from an OrderedSequenceContainer. More... | |
static std::auto_ptr< DataSet > | buildDataSet (const PolymorphismSequenceContainer &psc) throw (Exception) |
Specific methode to build a DataSet from a PolymorphismSequenceContainer. More... | |
A set of tools for DataSet.
Definition at line 64 of file DataSetTools.h.
|
static |
General method to build a DataSet from an OrderedSequenceContainer.
Definition at line 45 of file DataSetTools.cpp.
References bpp::DataSet::addEmptyGroup(), bpp::DataSet::addEmptyIndividualToGroup(), and bpp::DataSet::addIndividualSequenceInGroup().
|
static |
Specific methode to build a DataSet from a PolymorphismSequenceContainer.
Definition at line 64 of file DataSetTools.cpp.
References bpp::DataSet::addEmptyGroup(), bpp::DataSet::addEmptyIndividualToGroup(), and bpp::DataSet::addIndividualSequenceInGroup().