R/ctwas_screen_regions.R
screen_regions_noLD.Rd
Screens regions with strong signals without using LD.
screen_regions_noLD(
region_data,
group_prior = NULL,
group_prior_var = NULL,
min_var = 2,
min_gene = 1,
min_nonSNP_PIP = 0.5,
ncore = 1,
logfile = NULL,
verbose = FALSE,
...
)
a list object indexing regions, variants and genes.
a vector of two prior inclusion probabilities for SNPs and genes.
a vector of two prior variances for SNPs and gene effects.
minimum number of variables (SNPs and genes) in a region.
minimum number of genes in a region.
If screening by non-SNP PIPs,
regions with total non-SNP PIP >= min_nonSNP_PIP
will be selected to run finemapping using full SNPs.
The number of cores used to parallelize susie over regions.
The log filename. If NULL, print log info on screen.
If TRUE, print detail messages.
Additional arguments of susie_rss
.
a list, containing a data frame of selected region data, and a data frame of screening summary for all regions.