bpp-seq-omics
2.4.1
|
Partial implementation of MafStatistics, for convenience. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
AbstractMafStatisticsSimple (const std::string &name) | |
virtual | ~AbstractMafStatisticsSimple () |
const SimpleMafStatisticsResult & | getResult () const |
std::vector< std::string > | getSupportedTags () const |
virtual std::string | getShortName () const =0 |
virtual std::string | getFullName () const =0 |
virtual void | compute (const MafBlock &block)=0 |
Protected Attributes | |
SimpleMafStatisticsResult | result_ |
Partial implementation of MafStatistics, for convenience.
Definition at line 247 of file MafStatistics.h.
|
inline |
Definition at line 254 of file MafStatistics.h.
|
inlinevirtual |
Definition at line 255 of file MafStatistics.h.
|
pure virtualinherited |
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 virtualinherited |
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.
|
inlinevirtual |
|
pure virtualinherited |
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.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 259 of file MafStatistics.h.
References bpp::MafStatisticsResult::getAvailableTags(), and result_.
|
protected |
Definition at line 251 of file MafStatistics.h.
Referenced by bpp::BlockSizeMafStatistics::compute(), bpp::BlockLengthMafStatistics::compute(), bpp::SequenceLengthMafStatistics::compute(), bpp::AlignmentScoreMafStatistics::compute(), getResult(), and getSupportedTags().