bpp-seq-omics
2.4.1
|
Computes the pairwise divergence for a pair of sequences in a maf block. More...
#include <Bpp/Seq/Io/Maf/MafStatistics.h>
Public Member Functions | |
PairwiseDivergenceMafStatistics (const std::string &species1, const std::string &species2) | |
~PairwiseDivergenceMafStatistics () | |
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_ |
Private Attributes | |
std::string | species1_ |
std::string | species2_ |
Computes the pairwise divergence for a pair of sequences in a maf block.
Definition at line 265 of file MafStatistics.h.
|
inline |
Definition at line 273 of file MafStatistics.h.
|
inline |
Definition at line 276 of file MafStatistics.h.
|
virtual |
Implements bpp::MafStatistics.
Definition at line 56 of file MafStatistics.cpp.
References bpp::SequenceTools::getPercentIdentity(), bpp::MafBlock::getSequencesForSpecies(), and bpp::NumConstants::NaN().
|
inlinevirtual |
Implements bpp::MafStatistics.
Definition at line 280 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 279 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(), bpp::BlockLengthMafStatistics::compute(), bpp::SequenceLengthMafStatistics::compute(), bpp::AlignmentScoreMafStatistics::compute(), bpp::AbstractMafStatisticsSimple::getResult(), and bpp::AbstractMafStatisticsSimple::getSupportedTags().
|
private |
Definition at line 269 of file MafStatistics.h.
Referenced by getFullName(), and getShortName().
|
private |
Definition at line 270 of file MafStatistics.h.
Referenced by getFullName(), and getShortName().