variants-class | R Documentation |
The variants object consists of four slots, each a table
(tibble
), that combined form a relational database of a
subset of GWAS Catalog variants. Each variant is an observation (row) in the
variants
table — main table. All tables have the column
variant_id
as primary key.
variants
A tibble
listing variants. Columns:
Variant identifier, e.g., 'rs1333048'
.
Whether this SNP has been merged with another SNP in a newer genome build.
Class according to Ensembl's predicted consequences that each variant allele may have on transcripts. See Ensembl Variation - Calculated variant consequences.
Chromosome name.
Chromosome position.
Last time this variant was updated.
genomic_contexts
A tibble
listing genomic
contexts associated with each variant. Columns:
Variant identifier.
Gene symbol according to HUGO Gene Nomenclature (HGNC).
Chromosome name.
Chromosome position.
Genomic distance between the variant and the gene (in base pairs).
Whether this is a mapped gene to this variant. A mapped gene is either an overlapping gene with the variant or the two closest genes upstream and downstream of the variant. Moreover, only genes whose mapping source is 'Ensembl' are considered.
Whether this is the closest gene to this variant.
Whether this variant is intergenic, i.e, if there is no gene up or downstream within 100kb.
Whether this variant is upstream of this gene.
Whether this variant is downstream of this gene.
Gene mapping source, either Ensembl
or NCBI
.
Gene mapping method.
ensembl_ids
A tibble
listing gene Ensembl
identifiers associated with each genomic context. Columns:
Variant identifier.
Gene symbol according to HUGO Gene Nomenclature (HGNC).
The Ensembl identifier of an Ensembl gene, see Section Gene annotation in Ensembl for more information.
entrez_ids
A tibble
listing gene Entrez
identifiers associated with each genomic context. Columns:
Variant identifier.
Gene symbol according to HUGO Gene Nomenclature (HGNC).
The Entrez identifier of a gene, see ref. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/nar/gkq1237")} for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.