AjBool embReadAminoDataDoubleC (
const char* s,
double** a,
double fill
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | s | Input | datafile name |
| double** | a | Output | array for amino acid values |
| double | fill | Input | initialisation value |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 1.0.0
AjBool embReadAminoDataFloatC (
const char* s,
float** a,
float fill
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | s | Input | datafile name |
| float** | a | Output | array for amino acid values |
| float | fill | Input | initialisation value |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 1.0.0
AjBool embReadAminoDataIntC (
const char* s,
ajint** a,
ajint fill
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | s | Input | datafile name |
| ajint** | a | Output | array for amino acid values |
| ajint | fill | Input | initialisation value |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 1.0.0