Click or drag to resize
PairwiseSequenceAlignmentAdd Method
Adds an aligned sequence to the list of aligned sequences in the PairwiseSequenceAlignment. Throws exception if sequence alignment is read only.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	PairwiseAlignedSequence item
)

Parameters

item
Type: Bio.Algorithms.AlignmentPairwiseAlignedSequence
PairwiseAlignedSequence to add.

Implements

ICollectionTAdd(T)
See Also