bpp-seq-omics  2.2.0
bpp::AbstractSpeciesSelectionMafStatistics Class Referenceabstract

Partial implementation of MafStatistics for method working on a subset of species, in a site-wise manner. More...

#include <Bpp/Seq/Io/Maf/MafStatistics.h>

+ Inheritance diagram for bpp::AbstractSpeciesSelectionMafStatistics:
+ Collaboration diagram for bpp::AbstractSpeciesSelectionMafStatistics:

Public Member Functions

 AbstractSpeciesSelectionMafStatistics (const std::vector< std::string > &species)
 
virtual std::string getShortName () const =0
 
virtual std::string getFullName () const =0
 
virtual const MafStatisticsResultgetResult () const =0
 
virtual void compute (const MafBlock &block)=0
 
virtual std::vector< std::string > getSupportedTags () const =0
 

Protected Member Functions

SiteContainer * getSiteContainer_ (const MafBlock &block)
 

Private Attributes

std::vector< std::string > species_
 

Detailed Description

Partial implementation of MafStatistics for method working on a subset of species, in a site-wise manner.

This class stores a selection of species and create for each block the corresponding SiteContainer instance.

Definition at line 411 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ AbstractSpeciesSelectionMafStatistics()

bpp::AbstractSpeciesSelectionMafStatistics::AbstractSpeciesSelectionMafStatistics ( const std::vector< std::string > &  species)
inline

Definition at line 418 of file MafStatistics.h.

Member Function Documentation

◆ compute()

◆ getFullName()

◆ getResult()

virtual const MafStatisticsResult& bpp::MafStatistics::getResult ( ) const
pure virtualinherited

◆ getShortName()

◆ getSiteContainer_()

◆ getSupportedTags()

virtual std::vector<std::string> bpp::MafStatistics::getSupportedTags ( ) const
pure virtualinherited

Member Data Documentation

◆ species_

std::vector<std::string> bpp::AbstractSpeciesSelectionMafStatistics::species_
private

Definition at line 415 of file MafStatistics.h.


The documentation for this class was generated from the following files: