bpp-seq-omics  2.4.1
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, bool noSpeciesMeansAllSpecies=false, const std::string &suffix="")
 
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

SiteContainergetSiteContainer_ (const MafBlock &block)
 

Protected Attributes

std::string suffix_
 

Private Attributes

std::vector< std::string > species_
 
bool noSpeciesMeansAllSpecies_
 

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 377 of file MafStatistics.h.

Constructor & Destructor Documentation

◆ AbstractSpeciesSelectionMafStatistics()

bpp::AbstractSpeciesSelectionMafStatistics::AbstractSpeciesSelectionMafStatistics ( const std::vector< std::string > &  species,
bool  noSpeciesMeansAllSpecies = false,
const std::string &  suffix = "" 
)
inline

Definition at line 388 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

◆ noSpeciesMeansAllSpecies_

bool bpp::AbstractSpeciesSelectionMafStatistics::noSpeciesMeansAllSpecies_
private

Definition at line 382 of file MafStatistics.h.

◆ species_

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

Definition at line 381 of file MafStatistics.h.

◆ suffix_

std::string bpp::AbstractSpeciesSelectionMafStatistics::suffix_
protected

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