gene.curated.GRCh38 {snpsettest} | R Documentation |
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
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_37.html
Examples
head(gene.curated.GRCh38)
[Package snpsettest version 0.1.2 Index]