View source: R/class-associations.R
risk_alleles_tbl | R Documentation |
Creates a risk alleles table.
risk_alleles_tbl(
association_id = character(),
locus_id = integer(),
variant_id = character(),
risk_allele = character(),
risk_frequency = double(),
genome_wide = logical(),
limited_list = logical()
)
association_id |
A character vector of association identifiers. |
locus_id |
An integer vector of locus identifiers. |
variant_id |
A character vector of variant identifiers. |
risk_allele |
A character vector of risk or effect allele names. |
risk_frequency |
A numeric vector of the frequency of risk or effect alleles. |
genome_wide |
A logical vector. |
limited_list |
A logical vector. |
A tibble
whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.