Click or drag to resize
AlphabetExtensions Class
Alphabet extensions used to supplement the IAlphabet interface without requiring an implementation by the class.
Inheritance Hierarchy
SystemObject
  Bio.ExtensionsAlphabetExtensions

Namespace: Bio.Extensions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class AlphabetExtensions

The AlphabetExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckIsAmbiguous
Checks if the provided item is an ambiguous character or not
Public methodStatic memberCheckIsGap
Checks if the provided item is a gap character or not
Public methodStatic memberCheckIsTermination(IAlphabet, Byte)
This returns true/false if the given symbol value is considered a termination value in the alphabet.
Public methodStatic memberCheckIsTermination(IAlphabet, Char)
This returns true/false if the given symbol value is considered a termination value in the alphabet.
Public methodStatic memberGetFriendlyName
Gets the friendly name of a given symbol.
Top
See Also