chromosomeSize {SNPchip} | R Documentation |
Size of chromosome in base pairs.
chromosomeSize(annotation, chromosome)
annotation |
data.frame contiaining chromosome-level annotation. |
chromosome |
Vector of character strings. |
Numerical vector.
Robert Scharpf
data(chromosomeAnnotation) chromosomeSize(chromosomeAnnotation, c(1:22, "X", "Y"))