bpp-popgen3
3.0.0
|
A set of tools for DataSet. More...
#include <Bpp/PopGen/DataSet/DataSetTools.h>
Static Public Member Functions | |
static std::unique_ptr< DataSet > | buildDataSet (const SequenceContainerInterface &sc) |
General method to build a DataSet from an OrderedSequenceContainer. More... | |
static std::unique_ptr< DataSet > | buildDataSet (const PolymorphismSequenceContainer &psc) |
Specific method to build a DataSet from a PolymorphismSequenceContainer. More... | |
A set of tools for DataSet.
Definition at line 29 of file DataSetTools.h.
|
static |
Specific method to build a DataSet from a PolymorphismSequenceContainer.
Definition at line 30 of file DataSetTools.cpp.
References bpp::PolymorphismSequenceContainer::getAllGroupsIds(), bpp::PolymorphismSequenceContainer::getGroupId(), bpp::TemplateVectorSiteContainer< class, class >::getNumberOfSequences(), bpp::PolymorphismSequenceContainer::getSequenceCount(), bpp::TemplateVectorSiteContainer< class, class >::sequence(), and bpp::TextTools::toString().
|
static |
General method to build a DataSet from an OrderedSequenceContainer.
Definition at line 10 of file DataSetTools.cpp.
References bpp::TemplateSequenceContainerInterface< class, class >::getNumberOfSequences(), bpp::TemplateSequenceContainerInterface< class, class >::sequence(), and bpp::TextTools::toString().