|
bioscala 0.1 API
|
|
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 |
|
bioscala 0.1 API
|
|