Description Usage Arguments Details Note Author(s) Examples
Convert chromosome into numeric values.
1 | ChrNumeric(Chromosome)
|
Chromosome |
A vector with chromosome labels. |
For sexual chromosome, labels must contains X or Y which are coded by 23 and 24 respectively.
People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.
Philippe Hupé, glad@curie.fr
1 2 | Chromosome <- c("1","X","Y","chr X", "ChrX", "chrX", "Chr Y")
ChrNumeric(Chromosome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.