Step 3 of the three-step ctwasPipeline:
runs ctwas::screen_regions on the
estCtwasParam result and returns the screened-region
set. Use this entry point to substitute hand-tuned priors for the
ones estimated in step 2 (e.g. when the accurate EM diverges to
NaN and you want to recover the prefit values).
Arguments
- estResult
A list returned by
estCtwasParam.- L
Unused. Retained for call-site compatibility with
ctwasPipeline; ctwas's screening always uses the single-effect (SER) model and ignores L.Lis applied byfinemapCtwasRegionsdownstream.- ncore
Number of cores.
- ...
Additional arguments forwarded to
ctwas::screen_regions(e.g.min_nonSNP_PIP,min_snp_pval,min_var,min_gene).