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,
  ...
)

Arguments

region_data

region_data to be finemapped

group_prior

a vector of two prior inclusion probabilities for SNPs and genes.

group_prior_var

a vector of two prior variances for SNPs and gene effects.

use_null_weight

If TRUE, allow for a probability of no effect in susie.

snps_only

If TRUE, use only SNPs in the region data.

ncore

The number of cores used to parallelize computation over regions

verbose

If TRUE, print detail messages

logfile

The log filename. If NULL, will print log info on screen.

...

Additional arguments of susie_rss.

Value

a data frame of cTWAS finemapping results.