SequenceProfile


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class SequenceProfile
{
public:
static const int GAP=-1;
SequenceProfile();
SequenceProfile(const TMolecule* mol);
SequenceProfile(const vector< TColumn>& i_vCol, const vector< const TMolecule*>& i_vMol);
int getMolNum()const ;
float getScore()const ;
SequenceProfile< TMolecule,TSelector,TScoreMatrix> joinProfiles(const SequenceProfile< TMolecule,TSelector,TScoreMatrix>&)const;
friend ostream& operator<<(ostream& s, const SequenceProfile< TTMolecule,TTSelector,TTScoreMatrix>& sp);
void printConservation(ostream& s)const;
void printConservation(ostream& s,int i_iMol)const;
void printMolNames(ostream& s)const;
void printPDBwithTemp(const string& i_filename,int i_iMol)const;
hash_map< int,float> getResidueToScoreMap(int i_iMol)const;
void reorder(const vector< const TMolecule*>& vMol);
protected:
}; // SequenceProfile

Back to the top of SequenceProfile


KEYWORD

Back to the top of SequenceProfile


AUTHORS

Back to the top of SequenceProfile


CHANGES LOG

Back to the top of SequenceProfile


GOALS

Back to the top of SequenceProfile

		

USAGE

		

Back to the top of SequenceProfile


const int GAP=-1;

  static const int GAP=-1;//=-1(){m_iLength=0;}

Back to the top of SequenceProfile


SequenceProfile();

  SequenceProfile();

Function is currently defined inline.


Back to the top of SequenceProfile


SequenceProfile(const TMolecule* mol);

  SequenceProfile(const TMolecule* mol);

Back to the top of SequenceProfile


SequenceProfile(const vector< TColumn>& i_vCol, const vector< const TMolecule*>& i_vMol);

  SequenceProfile(const vector< TColumn>& i_vCol,
		  const vector< const TMolecule*>& i_vMol);

Back to the top of SequenceProfile


int getMolNum()const ;

  int getMolNum()const                       
;

Function is currently defined inline.


Back to the top of SequenceProfile


float getScore()const ;

  float getScore()const                  
;

Function is currently defined inline.


Back to the top of SequenceProfile


SequenceProfile< TMolecule,TSelector,TScoreMatrix> joinProfiles(const SequenceProfile< TMolecule,TSelector,TScoreMatrix>&)const;

  SequenceProfile< TMolecule,TSelector,TScoreMatrix> joinProfiles(const SequenceProfile< TMolecule,TSelector,TScoreMatrix>&)const;

Back to the top of SequenceProfile


friend ostream& operator<<(ostream& s, const SequenceProfile< TTMolecule,TTSelector,TTScoreMatrix>& sp);

  friend ostream& operator<<(ostream& s, const SequenceProfile< TTMolecule,TTSelector,TTScoreMatrix>& sp);

Back to the top of SequenceProfile


void printConservation(ostream& s)const;

  void printConservation(ostream& s)const;

Back to the top of SequenceProfile


void printConservation(ostream& s,int i_iMol)const;

  void printConservation(ostream& s,int i_iMol)const;

Back to the top of SequenceProfile


void printMolNames(ostream& s)const;

  void printMolNames(ostream& s)const;

Back to the top of SequenceProfile


void printPDBwithTemp(const string& i_filename,int i_iMol)const;

  void printPDBwithTemp(const string& i_filename,int i_iMol)const;

Back to the top of SequenceProfile


hash_map< int,float> getResidueToScoreMap(int i_iMol)const;

  hash_map< int,float> getResidueToScoreMap(int i_iMol)const;

Back to the top of SequenceProfile


void reorder(const vector< const TMolecule*>& vMol);

  void reorder(const vector< const TMolecule*>& vMol);

Back to the top of SequenceProfile


All Members

public:
static const int GAP=-1;
int getMolNum()const ;
float getScore()const ;
SequenceProfile< TMolecule,TSelector,TScoreMatrix> joinProfiles(const SequenceProfile< TMolecule,TSelector,TScoreMatrix>&)const;
friend ostream& operator<<(ostream& s, const SequenceProfile< TTMolecule,TTSelector,TTScoreMatrix>& sp);
void printConservation(ostream& s)const;
void printConservation(ostream& s,int i_iMol)const;
void printMolNames(ostream& s)const;
void printPDBwithTemp(const string& i_filename,int i_iMol)const;
hash_map< int,float> getResidueToScoreMap(int i_iMol)const;
void reorder(const vector< const TMolecule*>& vMol);
protected:

Back to the top of SequenceProfile


Ancestors

Class does not inherit from any other class.

Back to the top of SequenceProfile


Descendants

Class is not inherited by any others.

Back to the top of SequenceProfile


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

Report problems to jkotula@unimax.com