ColumnType

enum ColumnType

An enum to represent the type of a column in a sequence alignment.

Members

Deletion

Deletion: = "2"

This represents a gap in a sequence alignment.

Insertion

Insertion: = "3"

This represents an insertion in a sequence alignment.

Match

Match: = "0"

This represents a match in the sequence alignment.

Substitution

Substitution: = "1"

This represents a substitution in a sequence alignment.