ajmatrices


Data type AjPMatrix

AJAX data structure for sequence comparison matrices with integer values

Alias name(s)

NameDescription
AjSMatrix
AjOMatrix

Attributes

NameTypeDescription
SizeMatrix size (size of 2D array)
SizeRowNumber of rows (if different to Size)
NameMatrix name
CodesRow/column codes
CodesRowRow codes (if different to Codes)
MatrixMatrix as 2D array
CvtConversion table


Data type AjPMatrixf

AJAX data structure for sequence comparison matrices with floating point values

Alias name(s)

NameDescription
AjSMatrixf
AjOMatrixf

Attributes

NameTypeDescription
SizeMatrix size (size of 2D array)
SizeRowNumber of rows (if different to Size)
NameMatrix name
CodesRow/column codes
CodesRowRow codes (if different to Codes)
MatrixfMatrix as 2D array
CvtConversion table