Description Usage Format Source
This is a tibble that contains mappings between different gene
identifiers. It can be created with the
function create_ensembl_gene_tbl_hg
. These are the
human genes from the human genome
version hg19
/GRCh37
, and Ensembl Genes version 88.
1 |
A tibble with 41'393 rows and seven variables:
the Ensembl gene id as a character
the HGNC gene symbol as a character
the Entrez gene id as an integer
the UniProtKB/Swiss-Prot gene id's as a character
the name of the chromosome where the gene is located as a character, e.g. "3" for chromosome three
the nucleotide start position of the gene as an integer
the nucleotide end position of the gene as an integer
The tibble can be generated with
create_ensembl_gene_tbl_hg()
,
which uses the R-package
biomaRt
and the Ensembl data base www.ensembl.org.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.