ChrNumeric {GLAD} | R Documentation |
Convert chromosome into numeric values.
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
Chromosome <- c("1","X","Y","chr X", "ChrX", "chrX", "Chr Y") ChrNumeric(Chromosome)