Package 'enshuman'

Title: Human Gene Annotation Data from 'Ensembl'
Description: Gene information from 'Ensembl' genome builds 'GRCh38.p14' and 'GRCh37.p13' to use with the 'topr' package. The datasets were originally downloaded from <https://ftp.ensembl.org/pub/current/gtf/homo_sapiens/Homo_sapiens.GRCh38.111.gtf.gz> and <https://ftp.ensembl.org/pub/grch37/current/gtf/homo_sapiens/Homo_sapiens.GRCh37.87.gtf.gz> and converted into the format required by the 'topr' package. See <https://github.com/totajuliusd/topr?tab=readme-ov-file#how-to-use-topr-with-other-species-than-human> to see the required format.
Authors: Thorhildur Juliusdottir [cph, aut, cre]
Maintainer: Thorhildur Juliusdottir <[email protected]>
License: LGPL (>= 3)
Version: 1.0.0
Built: 2025-03-03 05:03:28 UTC
Source: https://github.com/totajuliusd/enshuman

Help Index


enshuman

Description

Human gene annotation datasets to use with the 'topr' package

datasets

The two datasets are:

  • hg38 Gene information from genome build GRCh38.p14

  • hg37 Gene information from genome build GRCh37.p13

Examples

library(enshuman)
head(hg38)
head(hg37)

Ensembl genes build GRCh37.87

Description

wget https://ftp.ensembl.org/pub/grch37/current/gtf/homo_sapiens/Homo_sapiens.GRCh37.87.gtf.gz

Usage

hg37

Format

A data frame with 55,882 rows and 7 variables:

chrom

chromosome

gene_start

genetic position of gene start

gene_end

genetic position of gene end

gene_symbol

The name of the gene

biotype

the biotype of the gene

exon_chromstart

genetic positions of exon start

exon_chromend

genetic position of exon end


Ensembl genes build GRCh38.111

Description

wget https://ftp.ensembl.org/pub/current/gtf/homo_sapiens/Homo_sapiens.GRCh38.111.gtf.gz

Usage

hg38

Format

A data frame with 41,016 rows and 7 variables:

chrom

chromosome

gene_start

genetic position of gene start

gene_end

genetic position of gene end

gene_symbol

the name of the gene

biotype

the biotype of the gene

exon_chromstart

genetic positions of exon start

exon_chromend

genetic position of exon end