|
Bsoft 2.1.4
Bernard's software package
|
Postscript output for sequence analysis functions. More...
Functions | |
| int | ps_seq_representation (ofstream *fps, vector< double > &nseq) |
| int | ps_seq_periodicity (ofstream *fps, vector< Complex< float > > &per) |
| int | ps_seq_info (Bstring &filename, Bstring &title, int nres, vector< double > &info, vector< double > &nseq, vector< Complex< float > > &per, vector< double > &freq, string &pattern) |
| Generates a postscript plot from an information content analysis of a protein sequence alignment. More... | |
| int | ps_seq_hydrophob (Bstring &filename, Bstring &title, vector< double > &Hphob, vector< int > &HPseg, vector< double > &nseq, vector< Complex< float > > &per) |
| Generates a postscript plot from a hydrophobicity analysis of a protein sequence alignment. More... | |
Variables | |
| int | verbose |
Postscript output for sequence analysis functions.
| int ps_seq_hydrophob | ( | Bstring & | filename, |
| Bstring & | title, | ||
| vector< double > & | Hphob, | ||
| vector< int > & | HPseg, | ||
| vector< double > & | nseq, | ||
| vector< Complex< float > > & | per | ||
| ) |
Generates a postscript plot from a hydrophobicity analysis of a protein sequence alignment.
| &filename | postscript file name. |
| &title | title. |
| *Hphob | moving average of average hydrophobicity at each position. |
| *HPseg | assignment of hydrophobic segments. |
| *nseq | number of sequences represented at each position. |
| *per | periodicity analysis. |
| int ps_seq_info | ( | Bstring & | filename, |
| Bstring & | title, | ||
| int | nres, | ||
| vector< double > & | info, | ||
| vector< double > & | nseq, | ||
| vector< Complex< float > > & | per, | ||
| vector< double > & | freq, | ||
| string & | pattern | ||
| ) |
Generates a postscript plot from an information content analysis of a protein sequence alignment.
| &filename | postscript file name. |
| &title | title. |
| nres | number of residue types. |
| &info | moving average of information content. |
| &nseq | number of sequences represented at each position. |
| &per | periodicity analysis. |
| &freq | frequence of each residue type at each position. |
| &pattern | residue types at each position, in frequency order. |
| int ps_seq_periodicity | ( | ofstream * | fps, |
| vector< Complex< float > > & | per | ||
| ) |
| int ps_seq_representation | ( | ofstream * | fps, |
| vector< double > & | nseq | ||
| ) |
|
extern |