Learn R Programming

SMITE (version 1.0.2)

hg19_genes_bed: A bed file annotating Refseq genes for the hg19 genome build

Description

A gene anntation BED file containing columns for RefSeq name and Gene Symbol

Usage

data("hg19_genes_bed")

Arguments

Value

A dataframe in BED format (chromosome, start, end) with additional columns for gene name as Refseq and gene symbol and strand.

Format

A data frame with 41633 observations on the following 6 variables.
column 1
a character vector for chromosome
column 2
an integer vector for start position
column 3
an integer vector for end position
column 4
an character vector for RefSeq gene names
column 5
an character vector for Gene Symbol names
column 6
an character vector for strand

Source

Karolchik D, Hinrichs AS, Furey TS, Roskin KM, Sugnet CW, Haussler D, Kent WJ. The UCSC Table Browser data retrieval tool. Nucleic Acids Res. 2004 Jan 1;32 (Database issue):D493-6.

Details

A BED files taken from the table browser.

References

http://genome.ucsc.edu/

Examples

Run this code
data(hg19_genes_bed)

Run the code above in your browser using DataLab