gene.curated.GRCh37 {snpsettest} | R Documentation |
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
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.
Source
https://www.gencodegenes.org/human/release_19.html
Examples
head(gene.curated.GRCh37)
[Package snpsettest version 0.1.2 Index]