Click or drag to resize
DeltaAlignmentCollectionGetDeltaAlignmentFor Method
Gets the list of delta alignments for the specified sequence id.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public List<DeltaAlignment> GetDeltaAlignmentFor(
	string sequenceId
)

Parameters

sequenceId
Type: SystemString
Sequence id.

Return Value

Type: ListDeltaAlignment

[Missing <returns> documentation for "M:Bio.Util.DeltaAlignmentCollection.GetDeltaAlignmentFor(System.String)"]

See Also