bio.DNA

object IUPACNucleotideConvert

[source: bio/DNA/IUPACNucleotideConvert.scala]

object IUPACNucleotideConvert
extends StringConverter[NTSymbol]
Method Summary
def fromChar (c : Char) : NTSymbol
Create a IUPAC object from its character representation.
def fromItem (i : NTSymbol) : NTSymbol
Create an object from an object - fails on Tnknown type
Methods inherited from StringConverter
fromString, fromList
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def fromChar(c : Char) : NTSymbol
Create a IUPAC object from its character representation.
Overrides
StringConverter.fromChar

def fromItem(i : NTSymbol) : NTSymbol
Create an object from an object - fails on Tnknown type
Overrides
StringConverter.fromItem