Creates an associations table.
associations_tbl(
association_id = character(),
pvalue = double(),
pvalue_description = character(),
pvalue_mantissa = integer(),
pvalue_exponent = integer(),
multiple_snp_haplotype = logical(),
snp_interaction = logical(),
snp_type = character(),
risk_frequency = double(),
standard_error = double(),
range = character(),
or_per_copy_number = double(),
beta_number = double(),
beta_unit = character(),
beta_direction = character(),
beta_description = character(),
last_mapping_date = lubridate::ymd_hms(),
last_update_date = lubridate::ymd_hms()
)
A tibble
whose columns are the named arguments
to the function.
A character vector of association identifiers.
A numeric vector of p-values.
A character vector of p-value context descriptions.
An integer vector of p-value mantissas.
An integer vector of p-value exponents.
A logical vector.
A logical vector.
A character vector indicating SNP novelty: 'novel' or 'known'.
A numeric vector of standard errors.
A character vector of free text descriptions of confidence intervals.
A numeric vector of odds ratios.
A numeric vector of beta coefficients.
A character vector of beta coefficient units.
A character vector of beta coefficient directions.
A character vector of beta descriptions.
A POSIXct
object indicating last time this association was mapped to Ensembl.
A POSIXct
object
indicating the last time the associations have been updated.