View source: R/create_fake_gwas_path.R
create_fake_gwas_path | R Documentation |
Necessary to trick calculate_celltype_associations and calculate_conditional_celltype_associations to take MAGMA files (".genes.raw" and ".genes.out") alone.
create_fake_gwas_path(
magma_dir,
upstream_kb = 35,
downstream_kb = 10,
remove_pattern = "/MAGMA_Files/"
)
upstream_kb |
How many kb upstream of the gene should SNPs be included? |
downstream_kb |
How many kb downstream of the gene should SNPs be included? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.