Click or drag to resize
PairwiseSequenceAlignmentRemove Method
Removes item from the list of aligned sequences in the PairwiseSequenceAlignment. Throws exception if PairwiseSequenceAlignment 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 bool Remove(
	PairwiseAlignedSequence item
)

Parameters

item
Type: Bio.Algorithms.AlignmentPairwiseAlignedSequence
Aligned sequence object.

Return Value

Type: Boolean
True if item was removed, false if item was not found.

Implements

ICollectionTRemove(T)
See Also