Learn R Programming

GWASTools (version 1.12.2)

centromeres: Centromere base positions

Description

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

Usage

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

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

UCSC genome browser (http://genome.ucsc.edu).

Examples

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

Run the code above in your browser using DataLab