Click or drag to resize
SAMDnaAlphabetCheckIsAmbiguous Method
Checks if the provided item is an ambiguous character or not Note: for '=' and '.' symbols this method returns false.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool CheckIsAmbiguous(
	byte item
)

Parameters

item
Type: SystemByte
Item to be checked

Return Value

Type: Boolean
True if the specified item is a ambiguous

Implements

IAlphabetCheckIsAmbiguous(Byte)
See Also