centromere {SNPchip} | R Documentation |
Extracts coordinates of centromere for a particular chromosome
centromere(chromosome, build, verbose=FALSE)
chromosome |
Chromosome name. Several formats for specifying chromosome are allowed (see examples). |
build |
character string. Supported UCSC builds are ‘hg18’ and ‘hg19’. |
verbose |
Logical. Displays build used to annotate the centromere coordinates when TRUE |
integer: start and stop coordinates of centromere in basepairs
R. Scharpf
centromere(1, "hg18") centromere("1", "hg18") centromere("chr1", "hg18") centromere(1, "hg19") centromere("X", "hg18")