|
bpp-seq-omics
2.4.1
|
Partial implementation of MafStatistics, for convenience. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Inheritance diagram for bpp::AbstractMafStatistics:
Collaboration diagram for bpp::AbstractMafStatistics:Public Member Functions | |
| AbstractMafStatistics () | |
| virtual | ~AbstractMafStatistics () |
| const MafStatisticsResult & | getResult () const |
| virtual std::string | getShortName () const =0 |
| virtual std::string | getFullName () const =0 |
| virtual void | compute (const MafBlock &block)=0 |
| virtual std::vector< std::string > | getSupportedTags () const =0 |
Protected Attributes | |
| MafStatisticsResult | result_ |
Partial implementation of MafStatistics, for convenience.
Definition at line 230 of file MafStatistics.h.
|
inline |
Definition at line 237 of file MafStatistics.h.
|
inlinevirtual |
Definition at line 238 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.
|
pure virtualinherited |
Implemented in bpp::SequenceDiversityMafStatistics, bpp::PolymorphismMafStatistics, bpp::SiteMafStatistics, bpp::FourSpeciesPatternCountsMafStatistics, bpp::SiteFrequencySpectrumMafStatistics, bpp::CharacterCountsMafStatistics, and bpp::AbstractMafStatisticsSimple.
|
protected |
Definition at line 234 of file MafStatistics.h.
Referenced by bpp::CharacterCountsMafStatistics::compute(), bpp::SiteFrequencySpectrumMafStatistics::compute(), bpp::FourSpeciesPatternCountsMafStatistics::compute(), bpp::SiteMafStatistics::compute(), bpp::PolymorphismMafStatistics::compute(), bpp::SequenceDiversityMafStatistics::compute(), and getResult().