double* embIeppKNew (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double* | RETURN | pK data |
From EMBOSS 6.1.0
void embIeppKDel (
double* pK
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double* | pK | Output | pKs |
| void | RETURN |
From EMBOSS 6.1.0
double embIepPhToHconc (
double pH
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double | pH | Input | pH |
| double | RETURN | hydrogen ion concentrration |
From EMBOSS 4.0.0
double embIepPhFromHconc (
double H
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double | H | Input | H |
| double | RETURN | pH |
From EMBOSS 4.0.0
double embIepPkToK (
double pK
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double | pK | Input | pK |
| double | RETURN | dissociation constant |
From EMBOSS 1.0.0
double embIepPkFromK (
double K
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double | K | Input | K |
| double | RETURN | pK |
From EMBOSS 4.0.0
void embIepPkRead (
double* pK
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double* | pK | Output | pK |
| void | RETURN |
From EMBOSS 1.0.0
void embIepCompC (
const char* s,
ajint amino,
ajint carboxyl,
ajint sscount,
ajint modlysine,
ajint* c
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | s | Input | protein sequence |
| ajint | amino | Input | number of amino termini |
| ajint | carboxyl | Input | number of carboxyl termini |
| ajint | sscount | Input | number of disulphide bridges |
| ajint | modlysine | Input | number of modified lysines |
| ajint* | c | Output | amino acid composition |
| void | RETURN |
From EMBOSS 4.0.0
void embIepCompS (
const AjPStr str,
ajint amino,
ajint carboxyl,
ajint sscount,
ajint modlysine,
ajint* c
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | str | Input | protein sequence |
| ajint | amino | Input | number of amino termini |
| ajint | carboxyl | Input | number of carboxyl termini |
| ajint | sscount | Input | number of disulphide bridges |
| ajint | modlysine | Input | number of modified lysines |
| ajint* | c | Output | amino acid composition |
| void | RETURN |
From EMBOSS 4.0.0
void embIepCalcK (
double* K,
double* pK
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| double* | K | Output | dissociation constants |
| double* | pK | Output | pK values |
| void | RETURN |
From EMBOSS 1.0.0
void embIepGetProto (
const double* K,
const ajint* c,
ajint* op,
double H,
double* pro
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const double* | K | Input | dissociation constants |
| const ajint* | c | Input | sequence composition |
| ajint* | op | Output | printout flags |
| double | H | Input | hydrogen ion concentration |
| double* | pro | Output | number of protons bound |
| void | RETURN |
From EMBOSS 1.0.0
double embIepGetCharge (
const ajint* c,
const double* pro,
double* total
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const ajint* | c | Input | sequence composition |
| const double* | pro | Input | number of protons |
| double* | total | Output | total protons |
| double | RETURN | charge |
From EMBOSS 1.0.0
double embIepPhConverge (
const ajint* c,
const double* K,
ajint* op,
double* pro
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const ajint* | c | Input | sequence composition |
| const double* | K | Input | sequence dissociation constants |
| ajint* | op | Output | printout flags |
| double* | pro | Output | number of protons |
| double | RETURN | IEP or 0.0 |
From EMBOSS 1.0.0
AjBool embIepIepC (
const char* s,
ajint amino,
ajint carboxyl,
ajint sscount,
ajint modlysine,
double* pK,
double* iep,
AjBool termini
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | s | Input | sequence |
| ajint | amino | Input | number of N-termini |
| ajint | carboxyl | Input | number of C-termini |
| ajint | sscount | Input | number of disulphide bridges |
| ajint | modlysine | Input | number of modified lysines |
| double* | pK | Output | pK values |
| double* | iep | Output | IEP |
| AjBool | termini | Input | use termini |
| AjBool | RETURN | True if IEP exists |
From EMBOSS 4.0.0
AjBool embIepIepS (
const AjPStr str,
ajint amino,
ajint carboxyl,
ajint sscount,
ajint modlysine,
double* pK,
double* iep,
AjBool termini
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | str | Input | sequence |
| ajint | amino | Input | number of N-termini |
| ajint | carboxyl | Input | number of C-termini |
| ajint | sscount | Input | number of disulphide bridges |
| ajint | modlysine | Input | number of modified lysines |
| double* | pK | Output | pK values |
| double* | iep | Output | IEP |
| AjBool | termini | Input | use termini |
| AjBool | RETURN | True if IEP exists |
From EMBOSS 4.0.0