| genes.positions | R Documentation | 
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.
data(genes.b37)
data(genes.b38) The data contain one dataframe with four columns:
ChrThe chromosome of the gene
StartThe start position of the gene (0-based)
EndThe end position of the gene (1-based)
NameThe name of the gene
The data were obtained from the Ensembl website.
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
set.genomic.region 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.