
Creates a studies table.
studies_tbl(
study_id = character(),
reported_trait = character(),
initial_sample_size = character(),
replication_sample_size = character(),
gxe = logical(),
gxg = logical(),
snp_count = integer(),
qualifier = character(),
imputed = logical(),
pooled = logical(),
study_design_comment = character(),
full_pvalue_set = logical(),
user_requested = logical()
)
A tibble
whose columns are the named arguments
to the function.
GWAS Catalog study accession identifier.
Phenotypic trait as reported by the authors of the study.
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.