Description Usage Arguments Details Value Note
Given a sequence of two characters, the function returns the type of mutation: transition from CpG G/C (5), or transversion from CpG G/C (6).
1 | dCG.type(x)
|
x |
a character of length two where each character is either "A","T","G", or "C". Only the 6 two letter codes that begin with "C" or "G" are allowed. For example, x could be "CT". |
used internally in mut.type.converter
an integer indicator of mutation type, where 1=transition from CpG C/G and 2=transversion from 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.