Global pairwise sequence alginment of two ISymbolList objects according to the Needleman-Wunsch algorithm.

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

Syntax

C#
public double PairwiseAlignment(
	ISymbolList query,
	ISymbolList subject
)

Parameters

query
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
The first symbol list.
subject
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
The second symbol list.

Return Value

[Missing <returns> documentation for M:BioSharp.Core.Bio.Alignment.NeedlemanWunsch.PairwiseAlignment(BioSharp.Core.Bio.Symbol.ISymbolList,BioSharp.Core.Bio.Symbol.ISymbolList)]

See Also