Reads a String representing the contents of a substitution matrix file.

Namespace:  BioSharp.Core.Bio.Alignment
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
protected int[,] ParseMatrix(
	string matString
)

Parameters

matString
Type: System..::.String
The string to parse

Return Value

The array of integers in the matrix

See Also