![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for postscript output for sequence analysis functions. More...
Functions | |
int | ps_seq_info (Bstring &filename, Bstring &title, int nres, int length, double *info, double *nseq, Complex< float > *per, double *freq, char *pattern) |
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, int length, double *Hphob, int *HPseg, double *nseq, Complex< float > *per) |
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... | |
Header file for postscript output for sequence analysis functions.
int ps_seq_hydrophob | ( | Bstring & | filename, |
Bstring & | title, | ||
int | length, | ||
double * | Hphob, | ||
int * | HPseg, | ||
double * | nseq, | ||
Complex< float > * | per | ||
) |
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, | ||
int | length, | ||
double * | info, | ||
double * | nseq, | ||
Complex< float > * | per, | ||
double * | freq, | ||
char * | pattern | ||
) |
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. |