ChrNumeric: Convert chromosome into numeric values

Description Usage Arguments Details Note Author(s) Examples

View source: R/ChrNumeric.R

Description

Convert chromosome into numeric values.

Usage

1
ChrNumeric(Chromosome)

Arguments

Chromosome

A vector with chromosome labels.

Details

For sexual chromosome, labels must contains X or Y which are coded by 23 and 24 respectively.

Note

People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.

Author(s)

Philippe Hupé, glad@curie.fr

Examples

1
2
Chromosome <- c("1","X","Y","chr X", "ChrX", "chrX", "Chr   Y")
ChrNumeric(Chromosome)

GLAD documentation built on Nov. 8, 2020, 11:10 p.m.

Related to ChrNumeric in GLAD...