Package | Description |
---|---|
org.mathIT.genes |
Provides classes to simulate biological amino acid sequences
and to use the genetic code
|
Modifier and Type | Method and Description |
---|---|
static DNA |
DNA.encode(String name,
CharSequence string)
Factory method producing a genome from a specified DNA base sequence of
the letters A, C, G, T.
|
static DNA |
DNA.loadDNA()
Returns a genome after opening a file in GNOM format, found by a file chooser dialog.
|
static DNA |
DNA.loadFASTA()
Returns a genome after opening a file in FASTA format, determined by a file chooser dialog.
|