centromere {SNPchip} | R Documentation |
Extracts coordinates of centromere.
centromere(annotation, chromosome)
annotation |
data.frame of chromosome annotation supplied by this package |
chromosome |
character vector indicating which chromosomes to obtain centromere coordinates |
A data.frame containing start and stop sites of the centromere for all chromosomes in argument chromosome.
This is a static table.
Robert Scharpf
data(annSnpset) centromere(chromosomeAnnotation(annSnpset), c(1:5, "X"))