CodonMatrix-class | R Documentation |
A CodonMatrix is the object created by function codon_matrix
CodonMatrix(object, group, cube, seq_alias = NULL)
object |
A |
group |
The name of the base group, 'Z4' or 'Z5'. |
cube |
The name of the genetic-code cube applied to get the codon coordinates. |
seq_alias |
The 'alias' given to the codon sequence. |
A 'CodonMatrix' class object
base_coord and codon_coord.
## CodonMatrix is generated by function 'codon_matrix' (inside a
## ListCodonMatrix-class object)
## Let's create DNAStringSet-class object
base <- DNAStringSet(x = c(S1 = 'ACGTGATCAAGT'))
x1 <- codon_matrix(base)
x1
## Extract the first element
x1[1]
x1$codon.1
x1[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.