get_MAF_UKB | R Documentation |
If MAF column is missing, download MAF from UK Biobank and use that instead.
get_MAF_UKB(
query_dat,
output_dir = tools::R_user_dir(package = "echoLD", which = "cache"),
force_new_maf = FALSE,
download_method = "axel",
nThread = 1,
verbose = TRUE,
conda_env = "echoR_mini"
)
query_dat |
SNP-level data. |
output_dir |
Path to store UKB_MAF file in. |
force_new_maf |
Download UKB_MAF file again. |
download_method |
|
nThread |
Number of threads to parallelize over. |
verbose |
Print messages. |
conda_env |
Conda environment to use. |
query_dat<- echodata::BST1
query_dat$MAF <- NULL
dat2 <- echoLD::get_MAF_UKB(query_dat = query_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.