View source: R/get_eff_frq_allele_combns.R
get_eff_frq_allele_combns | R Documentation |
Get combinations of uncorrected allele and effect (and frq) columns
get_eff_frq_allele_combns(
mapping_file = sumstatsColHeaders,
eff_frq_cols = c("BETA", "OR", "LOG_ODDS", "SIGNED_SUMSTAT", "Z", "FRQ")
)
mapping_file |
MungeSumstats has a pre-defined column-name mapping file which should cover the most common column headers and their interpretations. However, if a column header that is in youf file is missing of the mapping we give is incorrect you can supply your own mapping file. Must be a 2 column dataframe with column names "Uncorrected" and "Corrected". See data(sumstatsColHeaders) for default mapping and necessary format. |
eff_frq_cols |
Corrected effect or frequency column names found in a sumstats. Default of BETA, OR, LOG_ODDS, SIGNED_SUMSTAT, Z and FRQ. |
datatable containing uncorrected and corrected combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.