Description Usage Arguments Value Examples
View source: R/genetic_code_sav.R
Get the codon position mutated to yield a given missense substitution
1 | getMutCodonPos(wt_c, mut_c)
|
wt_c |
wild-type codon |
mut_c |
mutant codon |
A integer with value of 1, 2 or 3, corresponding to the position within the codon which is mutated from wt_c
to mut_c
.
1 2 3 | getMutCodonPos( "ATG", "CTG" ) # return 1
getMutCodonPos( "ATG", "ACG" ) # return 2
getMutCodonPos( "ATG", "ATA" ) # return 3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.