bpp-seq-omics
2.4.1
|
Computes the number of columns in a maf block. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
BlockLengthMafStatistics () | |
~BlockLengthMafStatistics () | |
std::string | getShortName () const |
std::string | getFullName () const |
void | compute (const MafBlock &block) |
const SimpleMafStatisticsResult & | getResult () const |
std::vector< std::string > | getSupportedTags () const |
Protected Attributes | |
SimpleMafStatisticsResult | result_ |
Computes the number of columns in a maf block.
Definition at line 306 of file MafStatistics.h.
|
inline |
Definition at line 310 of file MafStatistics.h.
|
inline |
Definition at line 311 of file MafStatistics.h.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 316 of file MafStatistics.h.
References bpp::MafBlock::getNumberOfSites(), bpp::AbstractMafStatisticsSimple::result_, and bpp::SimpleMafStatisticsResult::setValue().
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 315 of file MafStatistics.h.
|
inlinevirtualinherited |
Implements bpp::MafStatistics.
Definition at line 258 of file MafStatistics.h.
References bpp::AbstractMafStatisticsSimple::result_.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 314 of file MafStatistics.h.
|
inlinevirtualinherited |
Implements bpp::MafStatistics.
Definition at line 259 of file MafStatistics.h.
References bpp::MafStatisticsResult::getAvailableTags(), and bpp::AbstractMafStatisticsSimple::result_.
|
protectedinherited |
Definition at line 251 of file MafStatistics.h.
Referenced by bpp::BlockSizeMafStatistics::compute(), compute(), bpp::SequenceLengthMafStatistics::compute(), bpp::AlignmentScoreMafStatistics::compute(), bpp::AbstractMafStatisticsSimple::getResult(), and bpp::AbstractMafStatisticsSimple::getSupportedTags().