GWASTools (version 1.18.0)

centromeres: Centromere base positions

Description

Centromere base positions from the GRCh36/hg18, GRCh37/hg19 and GRCh38/hg38 genome builds.

Usage

data(centromeres.hg18) data(centromeres.hg19) data(centromeres.hg38)

Arguments

Format

A data frame with the following columns.
chrom
chromosome (1-22, X, Y)
left.base
starting base position of centromere
right.base
ending base position of centromere

Source

hg18 and hg19: UCSC genome browser (http://genome.ucsc.edu) hg38: Genome Reference Consortium (http://www.ncbi.nlm.nih.gov/projects/genome/assembly/grc/human/).

Examples

Run this code
data(centromeres.hg18)
data(centromeres.hg19)
data(centromeres.hg38)

Run the code above in your browser using DataLab