| MutationDefinition-class {shazam} | R Documentation |
S4 class defining replacement and silent mutation definitions
Description
MutationDefinition defines a common data structure for defining the whether
a mutation is annotated as a replacement or silent mutation.
Slots
namename of the MutationDefinition.
descriptiondescription of the model and its source.
classesnamed character vectors with single-letter amino acid codes as names and amino acid classes as values, with
NAassigned to set of charactersc("X", "*", "-", "."). Replacement (R) is be defined as a change in amino acid class and silent (S) as no change in class.codonTablematrix of codons (columns) and substitutions (rows).
citationpublication source.
See Also
See MUTATION_SCHEMES for a set of predefined MutationDefinition objects.
[Package shazam version 1.2.0 Index]