R/ctwas_finemapping.R
finemap_regions_noLD.Rd
Runs cTWAS fine-mapping for regions without LD (L = 1)
finemap_regions_noLD(
region_data,
group_prior = NULL,
group_prior_var = NULL,
use_null_weight = TRUE,
snps_only = FALSE,
ncore = 1,
verbose = FALSE,
logfile = NULL,
...
)
region_data to be finemapped
a vector of two prior inclusion probabilities for SNPs and genes.
a vector of two prior variances for SNPs and gene effects.
If TRUE, allow for a probability of no effect in susie.
If TRUE, use only SNPs in the region data.
The number of cores used to parallelize computation over regions
If TRUE, print detail messages
The log filename. If NULL, will print log info on screen.
Additional arguments of susie_rss
.
a data frame of cTWAS finemapping results.