Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

State_ Struct Reference

State_ : holds the GOR parameter table (Table) and the structural state name. More...

#include <gor.h>

List of all members.

Public Attributes

char* Name
 name of structural state.

int** Table
 parameter table.

int Dc
 decision constant.


Detailed Description

State_ : holds the GOR parameter table (Table) and the structural state name.

The table has as many rows as there are amino acids in the permutation string (see below) and has GOR_POS columns. Column[0] corresponds to the j-GOR_HALFPOS-th entry. Dc is the decision constant which must be subtracted from the predicted information values to avoid periodic structure overprediction.

Definition at line 36 of file gor.h.


Member Data Documentation

char * State_::Name
 

name of structural state.

Definition at line 38 of file gor.h.

int ** State_::Table
 

parameter table.

Definition at line 39 of file gor.h.

int State_::Dc
 

decision constant.

Definition at line 40 of file gor.h.


The documentation for this struct was generated from the following file:
Generated at Wed Aug 21 09:33:33 2002 for The Razorback C Library: Bioinformatics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001