Click or drag to resize
NUCmerValidateSequenceList Method
Validate the list of sequences

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void ValidateSequenceList(
	ISequence sequence,
	IAlphabet alphabetSet,
	string sequenceType
)

Parameters

sequence
Type: BioISequence
List of sequence
alphabetSet
Type: BioIAlphabet
Alphabet set
sequenceType
Type: SystemString
Type of sequence
See Also