associations-class | R Documentation |
The association object consists of six slots, each a table
(tibble
), that combined form a relational database of a
subset of GWAS Catalog associations. Each association is an observation (row)
in the associations
table — main table. All tables have the column
association_id
as primary key.
associations
A tibble
listing associations.
Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
Reported p-value for strongest variant risk or effect allele.
Information describing context of p-value.
Mantissa of p-value.
Exponent of p-value.
Whether the association is for a multi-SNP haplotype.
Whether the association is for a SNP-SNP interaction.
Whether the SNP has previously been reported. Either
'known'
or 'novel'
.
Reported risk/effect allele frequency associated with strongest SNP in controls.
Standard error of the effect size.
Reported 95% confidence interval associated with strongest SNP risk allele, along with unit in the case of beta coefficients. If 95% CIs have not been not reported, these are estimated using the standard error, when available.
Reported odds ratio (OR) associated with strongest SNP risk allele. Note that all ORs included in the Catalog are >1.
Beta coefficient associated with strongest SNP risk allele.
Beta coefficient unit.
Beta coefficient direction, either 'decrease'
or
'increase'
.
Additional beta coefficient comment.
Last time this association was mapped to Ensembl.
Last time this association was updated.
loci
A tibble
listing loci. Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
A locus identifier referring to a single variant locus or to a multi-loci entity such as a multi-SNP haplotype.
Number of variants per locus. Most loci are
single-SNP loci, i.e., there is a one to one relationship between a variant
and a locus_id
(haplotype_snp_count == NA
). There are however
cases of associations involving multiple loci at once, such as SNP-SNP
interactions and multi-SNP haplotypes. This is signalled in the columns:
multiple_snp_haplotype
and snp_interaction
with value
TRUE
.
Description of the locus identifier, e.g.,
'Single variant'
, SNP x SNP interaction
, or 3-SNP
Haplotype
.
risk_alleles
A tibble
listing risk alleles.
Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
A locus identifier referring to a single variant locus or to a multi-loci entity such as a multi-SNP haplotype.
Variant identifier, e.g., 'rs1333048'
.
Risk allele or effect allele.
Reported risk/effect allele frequency associated with strongest SNP in controls (if not available among all controls, among the control group with the largest sample size). If the associated locus is a haplotype the haplotype frequency will be extracted.
Whether this variant allele has been part of a genome-wide study or not.
Undocumented.
genes
A tibble
listing author reported genes.
Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
A locus identifier referring to a single variant locus or to a multi-loci entity such as a multi-SNP haplotype.
Gene symbol according to HUGO Gene Nomenclature (HGNC).
ensembl_ids
A tibble
listing Ensembl gene
identifiers. Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
A locus identifier referring to a single variant locus or to a multi-loci entity such as a multi-SNP haplotype.
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 Entrez gene
identifiers. Columns:
GWAS Catalog association accession identifier, e.g.,
"20250"
.
A locus identifier referring to a single variant locus or to a multi-loci entity such as a multi-SNP haplotype.
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.