Log


[ Lib_General64 | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class MSA
{
public:
static const int GAP_INDEX=-1;
MSA() ;
MSA(const TSequence* mol);
MSA(const vector< TColumn>& i_vCol, const vector< const TSequence*>& i_vSeq);
int getSeqNum()const ;
vector< const TSequence*> getSeqs()const ;
const TSequence* getSeq(const int i)const ;
int getLength()const ;
vector< TColumn> getColumns()const ;
int identityCount()const;
bool ifIdentity(const int i_col)const;
void reorder(const vector< const TSequence*>& vSeq);
template< class TTSequence> friend ostream& operator<<(ostream& s, const MSA< TTSequence>& sp);
void printClustalXformat(ostream& s)const;
void printPIRformat(ostream& s)const;
protected:
}; // Log

Back to the top of Log


KEYWORD

Back to the top of Log


AUTHORS

Back to the top of Log


CHANGES LOG

Back to the top of Log


GOALS

Back to the top of Log

		

USAGE

		

Back to the top of Log


const int GAP_INDEX=-1;

  static const int GAP_INDEX=-1;//index for mol array

Back to the top of Log


MSA() ;

  MSA()  
;

Function is currently defined inline.


Back to the top of Log


MSA(const TSequence* mol);

  MSA(const TSequence* mol);

Back to the top of Log


MSA(const vector< TColumn>& i_vCol, const vector< const TSequence*>& i_vSeq);

  MSA(const vector< TColumn>& i_vCol,
      const vector< const TSequence*>& i_vSeq);

Function is currently defined inline.


Back to the top of Log


int getSeqNum()const ;

  int getSeqNum()const                       
;

Function is currently defined inline.


Back to the top of Log


vector< const TSequence*> getSeqs()const ;

  vector< const TSequence*> getSeqs()const                
;

Function is currently defined inline.


Back to the top of Log


const TSequence* getSeq(const int i)const ;

  const TSequence* getSeq(const int i)const                   
;

Function is currently defined inline.


Back to the top of Log


int getLength()const ;

  int getLength()const                       
;

Function is currently defined inline.


Back to the top of Log


vector< TColumn> getColumns()const ;

  vector< TColumn> getColumns()const                
;

Function is currently defined inline.


Back to the top of Log


int identityCount()const;

  int identityCount()const;

Back to the top of Log


bool ifIdentity(const int i_col)const;

  bool ifIdentity(const int i_col)const;

Back to the top of Log


void reorder(const vector< const TSequence*>& vSeq);

  void reorder(const vector< const TSequence*>& vSeq);

Back to the top of Log


template< class TTSequence> friend ostream& operator<<(ostream& s, const MSA< TTSequence>& sp);

printing class info

  template< class TTSequence>
////
  friend ostream& operator<<(ostream& s, const MSA< TTSequence>& sp);

Back to the top of Log


void printClustalXformat(ostream& s)const;

  void printClustalXformat(ostream& s)const;

Back to the top of Log


void printPIRformat(ostream& s)const;

  void printPIRformat(ostream& s)const;

Back to the top of Log


All Members

public:
static const int GAP_INDEX=-1;
MSA() ;
MSA(const TSequence* mol);
MSA(const vector< TColumn>& i_vCol, const vector< const TSequence*>& i_vSeq);
int getSeqNum()const ;
vector< const TSequence*> getSeqs()const ;
const TSequence* getSeq(const int i)const ;
int getLength()const ;
vector< TColumn> getColumns()const ;
int identityCount()const;
bool ifIdentity(const int i_col)const;
void reorder(const vector< const TSequence*>& vSeq);
template< class TTSequence> friend ostream& operator<<(ostream& s, const MSA< TTSequence>& sp);
void printClustalXformat(ostream& s)const;
void printPIRformat(ostream& s)const;
protected:

Back to the top of Log


Ancestors

Class does not inherit from any other class.

Back to the top of Log


Descendants

Class is not inherited by any others.

Back to the top of Log


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:30 2010 .

Report problems to jkotula@unimax.com