Description Usage Arguments Fields and Methods Author(s) See Also Examples
This class implements codon alphabets and handles the translation of codons
to their corresponding amino acids. Stop codons are excluded from the symbol set,
thus the symbol set depends on the genetic code table.
The genetic code table can be specified through the table.id
constructor parameter.
The available genetic code tables:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 Standard
2 Vertebrate Mitochondrial
3 Yeast Mitochondrial
4 Mold, Protozoan, and CoelenterateMitochondrial and Mycoplasma/Spiroplasma
5 Invertebrate Mitochondrial
6 Ciliate, Dasycladacean and Hexamita Nuclear
9 Echinoderm Mitochondrial
10 Euplotid Nuclear
11 Bacterial
12 Alternative Yeast Nuclear
13 Ascidian Mitochondrial
14 Flatworm Mitochondrial
15 Blepharisma Nuclear
16 Chlorophycean Mitochondrial
21 Trematode Mitochondrial
22 Scenedesmus obliquus Mitochondrial
23 Thraustochytrium Mitochondrial
|
Package:
Class CodonAlphabet
Object
~~|
~~+--
PSRoot
~~~~~~~|
~~~~~~~+--
Alphabet
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
CodonAlphabet
Directly known subclasses:
public static class CodonAlphabet
extends Alphabet
1 | CodonAlphabet(table.id=1, ...)
|
table.id |
The identifier of the genetic code table. |
... |
Not used. |
Methods:
areSynonymous | - | |
checkConsistency | - | |
getTableId | - | |
getTransTable | - | |
is | - | |
isStartCodon | - | |
isStopCodon | - | |
setTableId | - | |
setTransTable | - | |
summary | - | |
translateCodon | - | |
Methods inherited from Alphabet:
!=, ==, as.character, checkConsistency, getSize, getSymbolLength, getSymbols, getType, getWriteProtected, hasSymbols, is, isEmpty, setSize, setSymbolLength, setSymbols, setType, summary
Methods inherited from PSRoot:
checkConsistency, enableVirtual, getComments, getMethodsList, globalConsistencyCheck, intersect.list, is, is.na, ll, my.all.equal, plot, setComments, setMethodsList, summary, virtualAssignmentForbidden
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save
Botond Sipos, Gregory Jordan
For more information see CodonAlphabet
.
1 2 3 4 5 | # create a CodonAlphabet object
a<-CodonAlphabet(table.id=2)
# get object summary
summary(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.