genes.positions: Genes positions

genes.positionsR Documentation

Genes positions

Description

Positions of human genes in bed format (Start is 0-based and End is 1-based). These data were downloaded from Biomart on the Ensembl website with the GRCh37 and GRCh38 versions. Only genes present in GnomAD were kept.

Data contain the Chr, the Start position, the End position and the Name of all the genes in chromosomes 1 to 22 representing 19375 and 18278 genes in the two GRCh versions respectively.

Usage

data(genes.b37)
data(genes.b38) 

Format

The data contain one dataframe with four columns:

Chr

The chromosome of the gene

Start

The start position of the gene (0-based)

End

The end position of the gene (1-based)

Name

The name of the gene

Source

The data were obtained from the Ensembl website.

References

RJ Kinsella et al, 2011, Ensembl BioMarts: a hub for data retrieval across taxonomic space, Database. doi:10.1093/database/bar030;

AD Yates et al, 2020, Ensembl 2020, Nucleic Acide Research. doi:10.1093/nar/gkz966

See Also

set.genomic.region


Ravages documentation built on April 1, 2023, 12:08 a.m.