ProteinSequence

Holds a protein sequence.

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

Quick Index

AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ProteinSequence
: public vector< Atom>
{
public:
ProteinSequence(const char* desc,const char* filename);
ProteinSequence(const AtomMolecule i_mol)
ProteinSequence(const string& seq,const char* desc,const char* filename);
static vector< ProteinSequence> readFASTA(istream& i_stream,const char * i_file);
static vector< ProteinSequence> readFASTA(const char * i_file) ;
static vector< ProteinSequence> readPIR(istream& i_stream,const char * i_file);
static vector< ProteinSequence> readPIR(const char * i_file) ;
string getFileName()const ;
string getDesc()const ;
string getMolType()const ;
void setMolType(const string type) ;
friend ostream& operator<<(ostream& s, const ProteinSequence& ps);
protected:
}; // ProteinSequence

Back to the top of ProteinSequence


AUTHORS

Maxim Shatsky (maxshats@tau.ac.il)

Copyright: SAMBA group, Tel-Aviv Univ. Israel, 2003.

Back to the top of ProteinSequence


CHANGES LOG

Back to the top of ProteinSequence


GOALS

Back to the top of ProteinSequence


USAGE

Back to the top of ProteinSequence


ProteinSequence(const char* desc,const char* filename);

  ProteinSequence(const char* desc,const char* filename);

Function is currently defined inline.


Back to the top of ProteinSequence


ProteinSequence(const AtomMolecule i_mol)

  ProteinSequence(const AtomMolecule i_mol)                                                                        

Back to the top of ProteinSequence


ProteinSequence(const string& seq,const char* desc,const char* filename);

  ProteinSequence(const string& seq,const char* desc,const char* filename);

Back to the top of ProteinSequence


vector< ProteinSequence> readFASTA(istream& i_stream,const char * i_file);

  static vector< ProteinSequence> readFASTA(istream& i_stream,const char * i_file);

Back to the top of ProteinSequence


vector< ProteinSequence> readFASTA(const char * i_file) ;

  static vector< ProteinSequence> readFASTA(const char * i_file)                              ;

Function is currently defined inline.


Back to the top of ProteinSequence


vector< ProteinSequence> readPIR(istream& i_stream,const char * i_file);

  static vector< ProteinSequence> readPIR(istream& i_stream,const char * i_file);

Back to the top of ProteinSequence


vector< ProteinSequence> readPIR(const char * i_file) ;

  static vector< ProteinSequence> readPIR(const char * i_file)                              ;

Function is currently defined inline.


Back to the top of ProteinSequence


string getFileName()const ;

  string getFileName()const                    
;

Function is currently defined inline.


Back to the top of ProteinSequence


string getDesc()const ;

  string getDesc()const                
;

Function is currently defined inline.


Back to the top of ProteinSequence


string getMolType()const ;

  string getMolType()const                    
;

Function is currently defined inline.


Back to the top of ProteinSequence


void setMolType(const string type) ;

  void setMolType(const string type)                    
;

Function is currently defined inline.


Back to the top of ProteinSequence


friend ostream& operator<<(ostream& s, const ProteinSequence& ps);

  friend ostream& operator<<(ostream& s, const ProteinSequence& ps);

Back to the top of ProteinSequence


All Members

public:
static vector< ProteinSequence> readFASTA(istream& i_stream,const char * i_file);
static vector< ProteinSequence> readFASTA(const char * i_file) ;
static vector< ProteinSequence> readPIR(istream& i_stream,const char * i_file);
static vector< ProteinSequence> readPIR(const char * i_file) ;
string getFileName()const ;
string getDesc()const ;
string getMolType()const ;
void setMolType(const string type) ;
friend ostream& operator<<(ostream& s, const ProteinSequence& ps);
protected:

Back to the top of ProteinSequence


Ancestors

Inheritance chain for ProteinSequence:

Back to the top of ProteinSequence


Descendants

Class is not inherited by any others.

Back to the top of ProteinSequence


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

Report problems to jkotula@unimax.com