BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include "BioFasta.h"
#include "BioProteinSequence.h"
#include "BioSwissProt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
Go to the source code of this file.
Classes | |
class | BioProteinDisorderPrediction |
Defines | |
#define | AA "GAVLIFPSTCMWYNQDEKRH" |
#define | AAN 20 |
#define | MSL 40000 |
#define | ML 1000 |
#define | DLC 1 |
#define | DUC 100 |
#define | DWS 10 |
#define | DMin_Ene 0.3 |
#define | DJOIN 45 |
#define | DDEL 35 |
#define | MAX(a, b) ((a)>(b)?(a):(b)) |
#define | MIN(a, b) ((a)<(b)?(a):(b)) |
#define AA "GAVLIFPSTCMWYNQDEKRH" |
#define AAN 20 |
#define DDEL 35 |
#define DJOIN 45 |
#define DLC 1 |
#define DMin_Ene 0.3 |
#define DUC 100 |
#define DWS 10 |
#define MAX | ( | a, | |
b | |||
) | ((a)>(b)?(a):(b)) |
#define MIN | ( | a, | |
b | |||
) | ((a)<(b)?(a):(b)) |
#define ML 1000 |
#define MSL 40000 |