embread.c
Read amino acid properties from amino.dat
Synopsis
Prototype
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 |
Input
s: | (Input) | datafile name |
fill: | (Input) | initialisation value |
Output
a: | (Output) | array for amino acid values |
Returns
Description
Read amino acid properties from amino.dat
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Read amino acid properties from amino.dat
Synopsis
Prototype
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 |
Input
s: | (Input) | datafile name |
fill: | (Input) | initialisation value |
Output
a: | (Output) | array for amino acid values |
Returns
Description
Read amino acid properties from amino.dat
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Read amino acid properties from amino.dat
Synopsis
Prototype
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 |
Input
s: | (Input) | datafile name |
fill: | (Input) | initialisation value |
Output
a: | (Output) | array for amino acid values |
Returns
Description
Read amino acid properties from amino.dat
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0