bpp-seq-omics
2.2.0
|
Compute the base frequencies of a maf block. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
CharacterCountsMafStatistics (const Alphabet *alphabet) | |
CharacterCountsMafStatistics (const CharacterCountsMafStatistics &stats) | |
CharacterCountsMafStatistics & | operator= (const CharacterCountsMafStatistics &stats) |
virtual | ~CharacterCountsMafStatistics () |
std::string | getShortName () const |
std::string | getFullName () const |
void | compute (const MafBlock &block) |
std::vector< std::string > | getSupportedTags () const |
const MafStatisticsResult & | getResult () const |
Protected Attributes | |
MafStatisticsResult | result_ |
Private Attributes | |
const Alphabet * | alphabet_ |
Compute the base frequencies of a maf block.
For each block, provides the following numbers (with their corresponding tags):
Definition at line 380 of file MafStatistics.h.
|
inline |
Definition at line 387 of file MafStatistics.h.
|
inline |
Definition at line 388 of file MafStatistics.h.
|
inlinevirtual |
Definition at line 396 of file MafStatistics.h.
|
virtual |
Implements bpp::MafStatistics.
Definition at line 79 of file MafStatistics.cpp.
References bpp::MafBlock::getAlignment().
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 400 of file MafStatistics.h.
|
inlinevirtualinherited |
Implements bpp::MafStatistics.
Definition at line 239 of file MafStatistics.h.
References bpp::AbstractMafStatistics::result_.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 399 of file MafStatistics.h.
|
virtual |
Implements bpp::MafStatistics.
Definition at line 67 of file MafStatistics.cpp.
|
inline |
Definition at line 390 of file MafStatistics.h.
References alphabet_.
|
private |
Definition at line 384 of file MafStatistics.h.
Referenced by operator=().
|
protectedinherited |
Definition at line 232 of file MafStatistics.h.
Referenced by bpp::SiteFrequencySpectrumMafStatistics::compute(), bpp::FourSpeciesPatternCountsMafStatistics::compute(), bpp::SiteMafStatistics::compute(), bpp::PolymorphismMafStatistics::compute(), bpp::SequenceDiversityMafStatistics::compute(), and bpp::AbstractMafStatistics::getResult().