studies-class | R Documentation |
The studies object consists of eight slots, each a table
(tibble
), that combined form a relational database of a
subset of GWAS Catalog studies. Each study is an observation (row) in the
studies
table — main table. All tables have the column
study_id
as primary key.
studies
GWAS Catalog study accession identifier, e.g.,
"GCST002735"
.
Phenotypic trait as reported by the authors of the
study, e.g. "Breast cancer"
.
Free text description of the initial cohort sample size.
Free text description of the replication cohort sample size.
Whether the study investigates a gene-environment interaction.
Whether the study investigates a gene-gene interaction.
Number of variants passing quality control.
Qualifier of number of variants passing quality control.
Whether variants were imputed.
Whether samples were pooled.
Any other relevant study design information.
Whether full summary statistics are available for this study.
Whether the addition of this study to the GWAS Catalog was requested by a user.
genotyping_techs
A tibble
listing genotyping
technologies employed in each study. Columns:
GWAS Catalog study accession identifier.
Genotyping technology employed, e.g.
"Exome genotyping array"
, "Exome-wide sequencing"
,
"Genome-wide genotyping array"
, "Genome-wide sequencing"
, or
"Targeted genotyping array"
.
platforms
A tibble
listing platforms used per
study.
GWAS Catalog study accession identifier.
Platform manufacturer, e.g., "Affymetrix"
,
"Illumina"
, or "Perlegen"
.
ancestries
A tibble
listing ancestry of samples
used in each study.
GWAS Catalog study accession identifier.
Ancestry identifier.
Stage of the ancestry sample: either 'initial'
or
'replication'
.
Number of individuals comprising this ancestry sample.
ancestral_groups
A tibble
listing ancestral
groups used in each ancestry.
GWAS Catalog study accession identifier.
Ancestry identifier.
Genetic ancestry groups present in the sample.
countries_of_origin
A tibble
listing countries of
origin of samples.
GWAS Catalog study accession identifier.
Ancestry identifier.
Country name, according to The United Nations M49 Standard of Geographic Regions.
Region name, according to The United Nations M49 Standard of Geographic Regions.
Sub-region name, according to The United Nations M49 Standard of Geographic Regions.
countries_of_recruitment
A tibble
listing
countries of recruitment of samples.
GWAS Catalog study accession identifier.
Ancestry identifier.
Country name, according to The United Nations M49 Standard of Geographic Regions.
Region name, according to The United Nations M49 Standard of Geographic Regions.
Sub-region name, according to The United Nations M49 Standard of Geographic Regions.
publications
A tibble
listing publications
associated with each study.
GWAS Catalog study accession identifier.
PubMed identifier.
Publication date (online date if available) formatted
as ymd
.
Abbreviated journal name.
Publication title.
Last name and initials of first author.
Author's ORCID iD (Open Researcher and Contributor ID).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.