Description Usage Arguments Details Value Note
Given a sequence of two characters, the function returns whether the mutation is a transition (1) or a transversion (2)
1 | mut.type(x)
|
x |
a character of length two where each character is either "A","T","G", or "C". For example, x could be "AG". 12 possible two-letter codes. |
see mut.type.converter
an integer indicator of mutation type, where 1=transition and 2=transversion. For example x="AG" would return 1 (for transition).
This internal function is not intended to be called by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.