bpp-seq-omics
2.4.1
|
General interface for computing statistics based on a Maf block. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
MafStatistics () | |
virtual | ~MafStatistics () |
virtual std::string | getShortName () const =0 |
virtual std::string | getFullName () const =0 |
virtual const MafStatisticsResult & | getResult () const =0 |
virtual void | compute (const MafBlock &block)=0 |
virtual std::vector< std::string > | getSupportedTags () const =0 |
General interface for computing statistics based on a Maf block.
Definition at line 208 of file MafStatistics.h.
|
inline |
Definition at line 211 of file MafStatistics.h.
|
inlinevirtual |
Definition at line 212 of file MafStatistics.h.
|
pure virtual |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
pure virtual |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
pure virtual |
Implemented in bpp::AbstractMafStatisticsSimple, and bpp::AbstractMafStatistics.
|
pure virtual |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, bpp::AlignmentScoreMafStatistics, bpp::SequenceLengthMafStatistics, bpp::BlockLengthMafStatistics, bpp::BlockSizeMafStatistics, and bpp::PairwiseDivergenceMafStatistics.
|
pure virtual |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, and bpp::AbstractMafStatisticsSimple.