BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioProteinMultipleSequenceAlignment.h
Go to the documentation of this file.
00001 #ifndef BIOPROTEINMULTIPLESEQUENCEALIGNMENT_H
00002 #define BIOPROTEINMULTIPLESEQUENCEALIGNMENT_H
00003 
00004 #include "BioMultipleSequenceAlignment.h"
00005 
00006 class BioProteinMultipleSequenceAlignment: public BioMultipleSequenceAlignment
00007 {
00008 public:
00009         BioProteinMultipleSequenceAlignment();
00010         BioProteinMultipleSequenceAlignment(BioMultipleFasta);
00011         BioProteinMultipleSequenceAlignment(BioMultipleSwissProt );  
00012         BioMatrix getProfileMatrix();
00013         int getColumnScore(int index);
00014         vector<int> getColumnScores();
00015 };
00016 
00017 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines