Description Usage Arguments Details Value Note
Given a sequence of two characters, the function returns the type of mutation: transition from A/T (1), transversion from A/T (2), transition from non-CpG G/C (3), or transversion from non-CpG G/C (4).
1 | no.dCG.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. |
used internally in mut.type.converter
an integer indicator of mutation type, where 1=transition from A/T, 2=transversion from A/T, 3=transition from non-CpG C/G and 4=transversion from non-CpG C/G. 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.