prepare_susie_data_with_torus_result | R Documentation |
Check for required columns in summary statistics and
adds TORUS SNP-level priors to summary statistics to be used as input
data for susie_rss
.
prepare_susie_data_with_torus_result(
sumstats,
torus_prior,
torus_fdr = NULL,
filter = c("none", "pval", "torus_fdr"),
fdr.thresh = 0.1,
pval.thresh = 5e-08
)
sumstats |
A data frame of summary statistics |
torus_prior |
A data frame with SNP level priors
(result from |
torus_fdr |
A data frame containing the FDR of each region
(result from |
filter |
filter SNPs from sumstats:
'none': do not filter SNPs,
'pval': filter SNPs with GWAS pval < |
fdr.thresh |
FDR cutoff (default: 0.1) |
pval.thresh |
GWAS pval cutoff (default: 5e-8) |
A data frame of summary statistics with SNP-level priors to be used as input data for finemapping with SuSiE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.