Description Usage Arguments Value Note
Function that converts character chromosome names (including those using "X" and "Y") to numeric values 1-24
1 | number(x)
|
x |
a character, one of "1", "2", ..., "24", "X", "Y" |
an integer between 1 and 24. "X" is converted to 23 and "Y" is converted to 24. All other values just change classes from character to numeric ("1" -> 1).
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.