centromere {mBPCR} | R Documentation |
Function to retrieve base positions of the centromere of a specific chromosome.
centromere(chr, hg='hg18')
chr |
chromosome of which you want to retrieve the centromere base positions. |
hg |
genome build used for retrieving the centromere base positions of the selected chromosome. Current available options are: |
The function returns the start and end base positions of the centromere of the selected chromosome, by using the specified genome build. The function is based on the annotation provided in the package GWASTools
.
#centromere base positions of chromosome 1 in genome build hg18 centromere(1, hg='hg18')