Learn R Programming

snpsettest (version 0.1.0)

gene.curated.GRCh37: Human gene information from the GENCODE GRCh37 version

Description

Human gene information was extracted from the GENCODE release 19. This data only contains 'KNOWN' status genes with the following gene biotypes: protein-coding, Immunoglobulin (Ig) variable chain and T-cell receptor (TcR) genes.

Usage

gene.curated.GRCh37

Arguments

Format

Data frame with columns

gene.id

SNP ID.

chr

chromosome.

start

genomic start location (1-based).

end

genomic end location.

strand

genomic strand.

gene.name

gene symbols mapped to the GENCODE genes.

gene.type

gene biotypes in the GENCODE genes.

Examples

Run this code
# NOT RUN {
head(gene.curated.GRCh37)
# }

Run the code above in your browser using DataLab