Description Usage Arguments Value Examples
Given a vector of number representing the chromosomes, convert them to string (e.g 1 to chr1). 23 is consider chrX, 24 is chrY, 25 is chrXY (probes shared between chromosomes X and Y) and 26 is chrMT.
1 |
vector |
The vector with the chromosome numbers |
A vector with the chromosomes in string format.
1 2 3 | chromosomes <- c(1, 3, 4, 23, 15)
stringChrs <- chrNumToChar(chromosomes)
stringChrs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.