bpp-seq-omics
2.2.0
|
Retrieves the alignment score of a maf block. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
AlignmentScoreMafStatistics () | |
~AlignmentScoreMafStatistics () | |
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_ |
Retrieves the alignment score of a maf block.
Definition at line 353 of file MafStatistics.h.
|
inline |
Definition at line 357 of file MafStatistics.h.
|
inline |
Definition at line 358 of file MafStatistics.h.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 363 of file MafStatistics.h.
References bpp::MafBlock::getScore(), bpp::AbstractMafStatisticsSimple::result_, and bpp::SimpleMafStatisticsResult::setValue().
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 362 of file MafStatistics.h.
|
inlinevirtualinherited |
Implements bpp::MafStatistics.
Definition at line 256 of file MafStatistics.h.
References bpp::AbstractMafStatisticsSimple::result_.
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 361 of file MafStatistics.h.
|
inlinevirtualinherited |
Implements bpp::MafStatistics.
Definition at line 257 of file MafStatistics.h.
References bpp::MafStatisticsResult::getAvailableTags(), and bpp::AbstractMafStatisticsSimple::result_.
|
protectedinherited |
Definition at line 249 of file MafStatistics.h.
Referenced by bpp::BlockSizeMafStatistics::compute(), bpp::BlockLengthMafStatistics::compute(), bpp::SequenceLengthMafStatistics::compute(), compute(), bpp::AbstractMafStatisticsSimple::getResult(), and bpp::AbstractMafStatisticsSimple::getSupportedTags().