Learn R Programming

snpsettest (version 0.1.0)

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

Description

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

Usage

gene.curated.GRCh38

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.GRCh38)
# }

Run the code above in your browser using DataLab