Click or drag to resize
MultiSequenceAlignment Constructor (IListISequence)
Initializes a new instance of the MultiSequenceAlignment class

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public MultiSequenceAlignment(
	IList<ISequence> sequences
)

Parameters

sequences
Type: System.Collections.GenericIListISequence

[Missing <param name="sequences"/> documentation for "M:Bio.Algorithms.Alignment.MultiSequenceAlignment.#ctor(System.Collections.Generic.IList{Bio.ISequence})"]

See Also