embread.c


Function embReadAminoDataDoubleC

Read amino acid properties from amino.dat

Synopsis

Prototype

AjBool embReadAminoDataDoubleC (
      const char* s,
      double** a,
      double fill
);

Input

s:(Input)datafile name
fill:(Input)initialisation value

Output

a:(Output)array for amino acid values

Returns

AjBool:ajTrue on success

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 3.0.0

Function embReadAminoDataFloatC

Read amino acid properties from amino.dat

Synopsis

Prototype

AjBool embReadAminoDataFloatC (
      const char* s,
      float** a,
      float fill
);

Input

s:(Input)datafile name
fill:(Input)initialisation value

Output

a:(Output)array for amino acid values

Returns

AjBool:ajTrue on success

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 3.0.0

Function embReadAminoDataIntC

Read amino acid properties from amino.dat

Synopsis

Prototype

AjBool embReadAminoDataIntC (
      const char* s,
      ajint** a,
      ajint fill
);

Input

s:(Input)datafile name
fill:(Input)initialisation value

Output

a:(Output)array for amino acid values

Returns

AjBool:ajTrue on success

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 3.0.0