REVIEW 2 major objections 5 minor 68 references
Bayesian variable selection in a Cox proportional hazards model with the "Sum of Single Effects" prior
T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read CoxPH-SuSiE gives time-to-event fine-mapping calibrated posterior inclusion probabilities and credible sets.
desk verdict Useful new method for TTE fine-mapping, but the calibration evidence is undercut by an additive-hazards simulation that is mislabeled as proportional hazards. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Laplace-approximate Bayes factor (Eq. 12) for a single-variable CoxPH regression with an offset, computed from the maximum partial-likelihood estimate $\hat b$, its standard error $s$, and the likelihood ratio. This approximation turns each single-effect update into a Gaussian integral, allowing the SuSiE prior — $b = \sum_{l=1}^L b_l \gamma_l$, where each $\gamma_l$ is a one-hot vector — to be fitted by generalized Iterative Bayesian Stepwise Selection (gIBSS), which cycles through $L$ single effects, updates offsets to remove already-found effects, and recomputes posterior inclusion probabilities. Credible sets are then formed by sorting variants by PIP and adding them until the cumulative probability exceeds the target level, with optional pruning by 'purity', the smallest absolute correlation within the set.
What would settle it
Simulate time-to-event data under the true proportional-hazards model with event rate $\lambda_i(t) = \lambda_0(t)\exp(x_i^\top b)$ rather than the linear-hazard scheme used in Appendix D, plant a single causal variant, run CoxPH-SuSiE, and check whether its 95% credible sets contain the causal variant in at least 95% of replicates and whether SNPs with PIP near 0.95 are causal about 95% of the time.
Extended reading notes
Core claim
The central claim is that the SuSiE machinery — representing the regression coefficients as a sum of L single-effect vectors and iterating single-variable regressions — transfers to the Cox partial likelihood, and that the transfer only works if the single-variable Bayes factors are computed with the Laplace approximation (12) rather than the commonly used asymptotic Bayes factor. With that choice, CoxPH-SuSiE produces posterior inclusion probabilities that are better calibrated than those from R2BGLiMS, BVSNLP, survival.svb, and SuSiE-RSS in both GTEx and UK Biobank simulations, and 95% credible sets whose coverage reaches or comes very close to the nominal level. The paper also shows that the method scales to hundreds of thousands of samples and thousands of highly correlated SNPs, and that it can expose secondary association signals, as illustrated by the asthma fine-mapping analysis.
Load-bearing premise
The load-bearing premise is that the quadratic (Laplace) approximation to each single-variable Cox partial log-likelihood stays accurate when applied over and over inside the iterative gIBSS routine, which the authors themselves describe as a heuristic with no proven convergence guarantee.
Editorial extensions
If this is right
- Time-to-event fine-mapping can now report both PIPs and credible sets, quantities that none of the earlier survival-based variable-selection methods provided.
- A SNP with PIP above 0.95 should be a true causal variant roughly 84% of the time in UK Biobank-scale data, compared with at most 35% for the other methods tested.
- The Laplace Bayes factor should replace the asymptotic Bayes factor in single-variable survival regressions, since it is more accurate at nearly the same computational cost.
- The method's cost is $O(npL)$ per iteration and parallelizes over covariates, making biobank-scale fine-mapping of age-at-onset traits practical.
- The asthma application shows that credible-set fine-mapping can reveal multiple independent signals at one locus, as at 2q12.1 and 10p14, which marginal association tests alone would miss.
Reading between the lines
- Beyond the paper: if the observed calibration holds more generally, CoxPH-SuSiE PIPs could be aggregated across biobank traits to prioritize variants whose effects are shared across multiple time-to-event phenotypes.
- The same template — a SuSiE prior plus a Laplace-approximated single-variable Bayes factor — could be carried to logistic or Poisson regression, giving case-control and count fine-mapping the same calibrated credible sets; the paper notes the generality but does not test it.
- A stress test worth running: replace the quadratic approximation inside gIBSS with numerical quadrature on small data sets; if credible sets and PIPs barely change, the Laplace step is not the main source of error, and if they change a lot, the calibration observed here may depend on the approximation.
- Because the simulation scheme in Appendix D generates event times with rates linear in the genotype, the proportional-hazards assumption is only approximately satisfied; rerunning with strictly exponential hazards would reveal whether the good calibration is robust to the true data-generating mechanism.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper extends the "Sum of Single Effects" (SuSiE) approach to Bayesian variable selection to time-to-event outcomes under the Cox proportional hazards model, calling the resulting method CoxPH-SuSiE. The method approximates single-variable Cox partial likelihood Bayes factors using a Laplace approximation, embeds these in a SuSiE-style iterative algorithm (gIBSS), and outputs posterior inclusion probabilities and credible sets. The authors validate the Laplace Bayes factor against numerical quadrature, compare PIP calibration and credible set coverage in simulations against three existing TTE variable-selection methods, and apply the method to fine-mapping eight asthma loci in UK Biobank, reporting 14 asthma risk SNPs in credible sets. The central claim is that CoxPH-SuSiE provides well-calibrated PIPs and 95% credible sets in high-LD, large-sample settings, and outperforms existing TTE fine-mapping methods.
Significance. If the central claim holds, CoxPH-SuSiE would be the first TTE fine-mapping method to deliver both calibrated posterior inclusion probabilities and credible sets in settings with very strong linkage disequilibrium and large sample sizes. The paper is commendable for making its code and data-analysis pipelines publicly available, for validating the Laplace Bayes factor against numerical quadrature, and for explicitly acknowledging the heuristic nature of gIBSS. The real-data application is a useful demonstration of the method, with plausible biological follow-up (e.g., the 10p14/GATA3 regulatory sequence and the FLG stop-gain variants). The main risk to significance is that the simulation evidence, which underpins the central claim, may be generated under an additive hazards model rather than the Cox proportional hazards model the method is designed for.
major comments (2)
- [Appendix D, steps 3-4; Table 1] The simulation procedure used to generate all TTE fine-mapping data (and used implicitly in Section 4's Bayes factor comparisons) does not generate data under the Cox proportional hazards model. Step 3 sets λ_i^s = b0 + x_i^T b, and Step 4 simulates T_i ~ Expon(λ_i^s). The hazard is therefore λ(t; x_i) = b0 + x_i^T b, an additive hazards model, not the Cox PH form λ(t; x_i) = λ0(t) exp(x_i^T b). The statement in Appendix D that data simulated this way "satisfies the proportional hazard assumption" is incorrect. Moreover, with the GTEx simulation setting in Table 1 (effect variance 1) and coefficients sampled from N(0,1), the linear predictor b0 + x_i^T b can easily be negative for genotype values 1 or 2 when a coefficient is negative, making the exponential rate invalid. Because Figures 3-5 and the PIP calibration and credible set coverage claims rest entirely on this procedure, the evidence for the central claim is currently compromised. I ask the authors to rerun the simulations under a true PH data-generating process (for example, T_i ~ Expon(exp(b0 + x_i^T b)) with the same genotype matrices, effect sizes, and censoring behavior) and compare the resulting calibration and coverage plots; if calibration and coverage are preserved, the concern is resolved, otherwise the central claim needs to be qualified.
- [Section 3.3 (gIBSS), Section 4, Section 5] The paper honestly acknowledges that gIBSS is not known to optimize any objective function and has no convergence guarantee. However, the numerical validation that is used to support the method's approximate posterior inferences is the same simulation procedure criticized above. Thus the two key approximations—the Laplace BF and the gIBSS iterates—are jointly validated only under an additive hazards model, not under the Cox PH model. The repeated application of the Laplace approximation to conditional models with offsets updated from previous effects could accumulate error, and the lack of an objective function means the algorithm's output may depend on initialization, iteration count, or stopping rule. I request additional evidence that the method converges in practice (e.g., sensitivity analyses with different initializations and larger maximum iteration counts) and that the calibration conclusions hold under a true Cox PH DGP. This is compatible with the paper's stated reliance on numerical experiments, but the experiments must target the actual model.
minor comments (5)
- [Appendix D, eq. (28)] The displayed expression for the censoring rate contains notational imprecision: the expectation should be over the sum of Bernoulli indicators Pr(C_i < T_i), not over the indicator itself as written; please rewrite for clarity.
- [Figure 5] The text refers to "median MAS" but MAS is defined as the mean absolute correlation within a credible set; please clarify which summary is plotted, or use a consistent term.
- [Section 6, paragraph after eq. (22)] There is a typo: "associations onlyl" should be "associations only."
- [Algorithm 1] The stopping criterion is referred to in the loop but never specified; please state the convergence criterion used in the implementation (e.g., change in elbo-like quantity or maximum absolute change in PIPs).
- [Section 4, first paragraph] The text says the simulations in Section 4 use a "single-SNP CoxPH model," but if the same Appendix D procedure is used, that model is additive hazards; please either align the terminology with the corrected simulation design or specify the exact hazard form used for the BF comparison.
Circularity Check
No significant circularity: the CoxPH-SuSiE derivation follows from the Cox partial likelihood and SuSiE prior, with self-citations used only as background and comparators.
full rationale
I find no circular step in the paper's derivation chain. CoxPH-SuSiE is obtained by combining the Cox partial likelihood (Eq. 2) with the SuSiE prior (Eq. 3); the posterior computations for the single-variable SER (Eqs. 5-19) follow from Bayes' theorem after a quadratic (Laplace) approximation to the partial log-likelihood (Eq. 7), and the resulting approximate Bayes factor (Eq. 12) is checked against numerical quadrature in Section 4. The only fitted hyperparameter, the prior variance sigma_0^2, is estimated by an EM update (Eq. 21) derived from the same approximate likelihood; PIPs and credible sets are then posterior functionals, not refitted quantities, so there is no 'fitted input called prediction'. Citations to Wang et al. (2020) and Zou et al. (2022) supply the SuSiE prior, the definition of credible sets, and a comparator method; they are background/definitions and are not invoked as an external uniqueness theorem or as the sole justification of the paper's claims. The gIBSS algorithm is explicitly labeled heuristic with no convergence guarantee, so no variational equivalence is claimed. The Appendix D simulation procedure is a separate concern: it generates T_i ~ Expon(b0 + x_i^T b), an additive-hazards process rather than a Cox PH process, and the paper's assertion that such data 'satisfies the proportional hazard assumption' appears incorrect; this threatens the validity of the calibration evidence but is a correctness/simulation-fidelity issue, not a case of the derivation reducing to its own inputs.
Assumptions & free parameters
free parameters (3)
- prior variance sigma_0l^2 =
EM estimate per single effect, initialized to 1
- number of single effects L =
5 in simulations, 10 in the asthma fine-mapping
- credible set purity threshold =
0.5
assumptions (4)
- domain assumption Cox partial likelihood can be used as a likelihood in Bayes' theorem, justified by Kalbfleisch's limiting gamma process prior on the baseline hazard.
- ad hoc to paper The quadratic approximation of the log partial likelihood (Eq. 7) is accurate enough that approximate Bayes factors can replace exact ones.
- ad hoc to paper gIBSS iterations converge to a useful stationary point even though no objective function or convergence guarantee is known.
- ad hoc to paper The linear-hazard simulation scheme generates data under the Cox proportional hazards model.
Cite this review
Pith. "Pith review of Bayesian variable selection in a Cox proportional hazards model with the "Sum of Single Effects" prior." pith.science (2026). https://pith.science/paper/HOJA43XP
@misc{pith2026250606233,
author = {Pith},
title = {Pith review of: Bayesian variable selection in a Cox proportional hazards model with the "Sum of Single Effects" prior},
year = {2026},
howpublished = {\url{https://pith.science/paper/HOJA43XP}},
note = {Machine review of arXiv:2506.06233}
}
read the original abstract
Motivated by genetic fine-mapping applications, we introduce a new approach to Bayesian variable selection regression (BVSR) for time-to-event (TTE) outcomes. This new approach is designed to deal with the specific challenges that arise in genetic fine-mapping, including: the presence of very strong correlations among the covariates, often exceeding 0.99; very large data sets containing potentially thousands of covariates and hundreds of thousands of samples. We accomplish this by extending the "Sum of Single Effects" (SuSiE) method to the Cox proportional hazards (CoxPH) model. We demonstrate the benefits of the new method, "CoxPH-SuSiE", over existing BVSR methods for TTE outcomes in simulated fine-mapping data sets. We also illustrate CoxPH-SuSiE on real data by fine-mapping asthma loci using data from UK Biobank. This fine-mapping identified 14 asthma risk SNPs in 8 asthma risk loci, among which 6 had strong evidence for being causal (posterior inclusion probability greater than 50%). Two of the 6 putatively causal variants are known to be pathogenic, and others lie within a genomic sequence that is known to regulate the expression of GATA3.
Reference graph
Works this paper leans on
-
[1]
bmisc [author] Allignol , Arthur A. Latouche , Aurelien A. ( 2025 ). CRAN task view: survival analysis . Version 2025-02-09 . bmisc
work page 2025
-
[2]
barticle [author] Benner , Christian C. , Spencer , Chris C. A. C. C. A. , Havulinna , Aki S. A. S. , Salomaa , Veikko V. , Ripatti , Samuli S. Pirinen , Matti M. ( 2016 ). FINEMAP : efficient variable selection using summary data from genome-wide association studies . Bioinformatics 32 1493--1501 . barticle
work page 2016
-
[3]
barticle [author] Bi , Wenjian W. , Fritsche , Lars G L. G. , Mukherjee , Bhramar B. , Kim , Sehee S. Lee , Seunggeun S. ( 2020 ). A fast and accurate method for genome-wide time-to-event data analysis and its application to UK Biobank . American Journal of Human Genetics 107 222--233 . barticle
work page 2020
-
[4]
barticle [author] Blei , David M D. M. , Kucukelbir , Alp A. McAuliffe , Jon D J. D. ( 2017 ). Variational inference: a review for statisticians . Journal of the American statistical Association 112 859--877 . barticle
work page 2017
-
[5]
barticle [author] Bycroft , Clare C. , Freeman , Colin C. , Petkova , Desislava D. , Band , Gavin G. , Elliott , Lloyd T L. T. , Sharp , Kevin K. , Motyer , Allan A. , Vukcevic , Damjan D. , Delaneau , Olivier O. , O’Connell , Jared J. et al. ( 2018 ). The UK Biobank resource with deep phenotyping and genomic data . Nature 562 203--209 . barticle
work page 2018
-
[6]
barticle [author] Callas , Peter W P. W. , Pastides , Harris H. Hosmer , David W D. W. ( 1998 ). Empirical comparisons of proportional hazards, Poisson , and logistic regression modeling of occupational cohort data . American Journal of Industrial Medicine 33 33--47 . barticle
work page 1998
-
[7]
barticle [author] Chang , Christopher C C. C. , Chow , Carson C C. C. , Tellier , Laurent CAM L. C. , Vattikuti , Shashaank S. , Purcell , Shaun M S. M. Lee , James J J. J. ( 2015 ). Second-generation PLINK : rising to the challenge of larger and richer datasets . Gigascience 4 s13742–015–0047–8 . barticle
work page 2015
-
[8]
barticle [author] Chen , Wenan W. , Larrabee , Beth R B. R. , Ovsyannikova , Inna G I. G. , Kennedy , Richard B R. B. , Haralambieva , Iana H I. H. , Poland , Gregory A G. A. Schaid , Daniel J D. J. ( 2015 ). Fine mapping causal variants with an approximate Bayesian method using marginal test statistics . Genetics 200 719--736 . barticle
work page 2015
Show all 68 references
-
[9]
barticle [author] Chen , Hsiuyi V. H. V. , Lorenzini , Michael H. M. H. , Lavalle , Shanna N. S. N. , Sajeev , Karthyayani K. , Fonseca , Ariana A. , Fiaux , Patrick C. P. C. , Sen , Arko A. , Luthra , Ishika I. , Ho , Aaron J. A. J. , Chen , Aaron R. A. R. , Guruvayurappan , ...
2023
-
[10]
barticle [author] Clay , Selene M. S. M. , Schoettler , Nathan N. , Goldstein , Andrew M. A. M. , Carbonetto , Peter P. , Dapas , Matthew M. , Altman , Matthew C. M. C. , Rosasco , Mario G. M. G. , Gern , James E. J. E. , Jackson , Daniel J. D. J. , Im , Hae Kyung H. K. , Step...
2022
-
[11]
barticle [author] GTEx Consortium , Ardlie , Kristin G K. G. , Deluca , David S D. S. , Segr \`e , Ayellet V A. V. , Sullivan , Timothy J T. J. , Young , Taylor R T. R. , Gelfand , Ellen T E. T. , Trowbridge , Casandra A C. A. , Maller , Julian B J. B. , Tukiainen , Taru T. et...
2015
-
[12]
barticle [author] Cox , David R D. R. ( 1972 ). Regression models and life-tables . Journal of the Royal Statistical Society, Series B 34 187--202 . barticle
1972
-
[13]
barticle [author] Cox , David R D. R. ( 1975 ). Partial likelihood . Biometrika 62 269--276 . barticle
1975
-
[14]
bbook [author] Davis , Philip J P. J. Rabinowitz , Philip P. ( 1985 ). Methods of numerical integration , 2nd ed. Academic Press , Orlando, FL . bbook
1985
-
[15]
barticle [author] Dempster , A P A. P. , Laird , N M N. M. Rubin , D B D. B. ( 1977 ). Maximum likelihood estimation from incomplete data via the EM algorithm . Journal of the Royal Statistical Society, Series B 39 1--38 . barticle
1977
-
[16]
, Zhou , Wei W
barticle [author] Dey , Rounak R. , Zhou , Wei W. , Kiiskinen , Tuomo T. , Havulinna , Aki A. , Elliott , Amanda A. , Karjalainen , Juha J. , Kurki , Mitja M. , Qin , Ashley A. , FinnGen , Lee , Seunggeun S. et al. ( 2022 ). Efficient and accurate frailty model approach for ge...
2022
-
[17]
Enhancing GTEx by bridging the gaps between genotype, gene expression, and disease
barticle [author] eGTEx Project ( 2017 ). Enhancing GTEx by bridging the gaps between genotype, gene expression, and disease . Nature Genetics 49 1664--1670 . barticle
2017
-
[18]
barticle [author] Ferreira , Manuel AR M. A. , Mathur , Riddhima R. , Vonk , Judith M J. M. , Szwajda , Agnieszka A. , Brumpton , Ben B. , Granell , Raquel R. , Brew , Bronwyn K B. K. , Ullemar , Vilhelmina V. , Lu , Yi Y. , Jiang , Yunxuan Y. et al. ( 2019 ). Genetic architec...
2019
-
[19]
barticle [author] George , E. I. E. I. McCulloch , R. E. R. E. ( 1997 ). Approaches to Bayesian variable selection . Statistica Sinica 7 339--373 . barticle
1997
-
[20]
, Bahadori , Amir A
bmanual [author] Giunta , Eric E. , Bahadori , Amir A. , Andresen , Dan D. , Walsh , Linda L. , French , Benjamin B. , Dauer , Lawrence L. Boice Jr , John J. ( 2024 ). Colossus: risk model regression and analysis with complex non-linear models . bmanual
2024
-
[21]
barticle [author] Green , Manfred S M. S. Symons , Michael J M. J. ( 1983 ). A comparison of the logistic risk function and the proportional hazards model in prospective epidemiologic studies . Journal of Chronic Diseases 36 715--723 . barticle
1983
-
[22]
, Jia , Qiong Q
barticle [author] Han , Yi Y. , Jia , Qiong Q. , Jahani , Pedram Shafiei P. S. , Hurrell , Benjamin P. B. P. , Pan , Calvin C. , Huang , Pin P. , Gukasyan , Janet J. , Woodward , Nicholas C. N. C. , Eskin , Eleazar E. , Gilliland , Frank D. F. D. , Akbari , Omid O. , Hartiala ...
2020
-
[23]
Kulminski , Alexander M A
barticle [author] He , Liang L. Kulminski , Alexander M A. M. ( 2020 ). Fast algorithms for conducting large-scale GWAS of age-at-onset traits using Cox mixed-effects models . Genetics 215 41--58 . barticle
2020
-
[24]
, Kostem , Emrah E
barticle [author] Hormozdiari , Farhad F. , Kostem , Emrah E. , Kang , Eun Yong E. Y. , Pasaniuc , Bogdan B. Eskin , Eleazar E. ( 2014 ). Identifying causal variants at loci with multiple signals of association . Genetics 198 497--508 . barticle
2014
-
[25]
barticle [author] Hughey , Jacob J. J. J. , Rhoades , Seth D. S. D. , Fu , Darwin Y. D. Y. , Bastarache , Lisa L. , Denny , Joshua C. J. C. Chen , Qingxia Q. ( 2019 ). Cox regression increases power to detect genotype-phenotype associations in genomic studies using the electro...
2019
-
[26]
, Asimit , Jennifer J
barticle [author] Hutchinson , Anna A. , Asimit , Jennifer J. Wallace , Chris C. ( 2020 ). Fine-mapping genetic associations . Human Molecular Genetics 29 R81--R88 . barticle
2020
-
[27]
bbook [author] Ibrahim , Joseph G J. G. , Chen , Ming-Hui M.-H. Sinha , Debajyoti D. ( 2001 ). Bayesian survival analysis . Springer , New York, NY . bbook
2001
-
[28]
barticle [author] Kalbfleisch , John D J. D. ( 1978 ). Non-parametric Bayesian analysis of survival time data . Journal of the Royal Statistical Society, Series B 40 214--221 . barticle
1978
-
[29]
barticle [author] Kass , Robert E. R. E. Raftery , Adrian E. A. E. ( 1995 ). Bayes Factors . Journal of the American Statistical Association 90 773--795 . barticle
1995
-
[30]
, Yang , Wen-Yun W.-Y
barticle [author] Kichaev , Gleb G. , Yang , Wen-Yun W.-Y. , Lindstrom , Sara S. , Hormozdiari , Farhad F. , Eskin , Eleazar E. , Price , Alkes L A. L. , Kraft , Peter P. Pasaniuc , Bogdan B. ( 2014 ). Integrating functional data to prioritize causal variants in statistical fi...
2014
-
[31]
, Aboagye , Eric O E
barticle [author] Komodromos , Michael M. , Aboagye , Eric O E. O. , Evangelou , Marina M. , Filippi , Sarah S. Ray , Kolyan K. ( 2022 ). Variational Bayes for high-dimensional proportional hazards models with applications within gene expression . Bioinformatics 38 3918--3926 ...
2022
-
[32]
, Saunders , Edward J
barticle [author] Kote-Jarai , Zsofia Z. , Saunders , Edward J. E. J. , Leongamornlert , Daniel A. D. A. , Tymrakiewicz , Malgorzata M. , Dadaev , Tokhir T. , Jugurnauth-Little , Sarah S. , Ross-Adams , Helen H. , Al Olama , Ali Amin A. A. , Benlloch , Sara S. , Halim , Silvia...
2013
-
[33]
, Francesca , Luca L
barticle [author] Lee , Yeji Y. , Francesca , Luca L. , Pique-Regi , Roger R. Wen , Xiaoquan X. ( 2018 ). Bayesian multi-SNP genetic association analysis: control of FDR and use of summary statistics . bioRxiv . 10.1101/316471 barticle
2018 doi
-
[34]
Kellis , Manolis M
barticle [author] Li , Yue Y. Kellis , Manolis M. ( 2016 ). Joint Bayesian inference of risk variants and tissue-specific epigenomic enrichments across multiple complex human diseases . Nucleic Acids Research 44 e144 . barticle
2016
-
[35]
Pierce , Donald A D
barticle [author] Liu , Qing Q. Pierce , Donald A D. A. ( 1994 ). A note on Gauss-Hermite quadrature . Biometrika 81 624--629 . barticle
1994
-
[36]
barticle [author] Maller , Julian B. J. B. , McVean , Gilean G. , Byrnes , Jake J. , Vukcevic , Damjan D. , Palin , Kimmo K. , Su , Zhan Z. , Howson , Joanna M. M. J. M. M. , Auton , Adam A. , Myers , Simon S. , Morris , Andrew A. et al. ( 2012 ). Bayesian refinement of associ...
2012
-
[37]
u schendorf , Franz F. , Bl \
barticle [author] Marenholz , Ingo I. , Grosche , Sarah S. , Kalb , Birgit B. , R \"u schendorf , Franz F. , Bl \"u mchen , Katharina K. , Schlags , Rupert R. , Harandi , Neda N. , Price , Mareike M. , Hansen , Gesine G. , Seidenberg , J \"u rgen J. , R \"o blitz , Holger H. ,...
2017
-
[38]
barticle [author] Naylor , John C J. C. Smith , Adrian FM A. F. ( 1982 ). Applications of a method for the efficient computation of posterior distributions . Journal of the Royal Statistical Society, Series C 31 214--225 . barticle
1982
-
[39]
barticle [author] Newcombe , Paul J P. J. , Raza Ali , H H. , Blows , Fiona M F. M. , Provenzano , Elena E. , Pharoah , Paul D P. D. , Caldas , Carlos C. Richardson , Sylvia S. ( 2017 ). Weibull regression with Bayesian variable selection to identify prognostic tumour markers ...
2017
-
[40]
, Wang , Wenyi W
barticle [author] Nikooienejad , Amir A. , Wang , Wenyi W. Johnson , Valen E V. E. ( 2020 ). Bayesian variable selection for survival data using inverse moment priors . Annals of Applied Statistics 14 809 . barticle
2020
-
[41]
a ll , Kristi K. , Fischer , Krista K. , M \
barticle [author] Ojavee , Sven E S. E. , Darrous , Liza L. , Patxot , Marion M. , L \"a ll , Kristi K. , Fischer , Krista K. , M \"a gi , Reedik R. , Kutalik , Zoltan Z. Robinson , Matthew R M. R. ( 2023 ). Genetic insights into the age-specific biological mechanisms governin...
2023
-
[42]
barticle [author] Palmer , Colin N. A. C. N. A. , Irvine , Alan D. A. D. , Terron-Kwiatkowski , Ana A. , Zhao , Yiwei Y. , Liao , Haihui H. , Lee , Simon P. S. P. , Goudie , David R. D. R. , Sandilands , Aileen A. , Campbell , Linda E. L. E. , Smith , Frances J. D. F. J. D. , ...
2006
-
[43]
barticle [author] Pedersen , Emil M. E. M. , Agerbo , Esben E. , Plana-Ripoll , Oleguer O. , Steinbach , Jette J. , Krebs , Morten D. M. D. , Hougaard , David M. D. M. , Werge , Thomas T. , Nordentoft , Merete M. , B rglum , Anders D. A. D. , Musliner , Katherine L. K. L. , Ga...
2023
-
[44]
, Schoettler , Nathan N
barticle [author] Pividori , Milton M. , Schoettler , Nathan N. , Nicolae , Dan L D. L. , Ober , Carole C. Im , Hae Kyung H. K. ( 2019 ). Shared and distinct genetic risk factors for childhood-onset and adult-onset asthma: genome-wide and transcriptome-wide studies . Lancet Re...
2019
-
[45]
barticle [author] Price , Alkes L. A. L. , Patterson , Nick J. N. J. , Plenge , Robert M. R. M. , Weinblatt , Michael E. M. E. , Shadick , Nancy A. N. A. Reich , David D. ( 2006 ). Principal components analysis corrects for stratification in genome-wide association studies . N...
2006
-
[46]
barticle [author] Raftery , A. E. A. E. , Madigan , D. D. Hoeting , J. A. J. A. ( 1997 ). Bayesian model averaging for linear regression models . Journal of the American Statistical Association 92 179--191 . barticle
1997
-
[47]
barticle [author] Schaid , Daniel J. D. J. , Chen , Wenan W. Larson , Nicholas B. N. B. ( 2018 ). From genome-wide associations to candidate causal variants by statistical fine-mapping . Nature Reviews Genetics 19 491--504 . barticle
2018
-
[48]
barticle [author] Sillanp\"a\"a , Mikko J M. J. Bhattacharjee , Madhuchhanda M. ( 2005 ). Bayesian association-based fine mapping in small chromosomal segments . Genetics 169 427--439 . barticle
2005
-
[49]
, Ibrahim , Joseph G J
barticle [author] Sinha , Debajyoti D. , Ibrahim , Joseph G J. G. Chen , Ming-Hui M.-H. ( 2003 ). A Bayesian justification of Cox's partial likelihood . Biometrika 90 629--641 . barticle
2003
-
[50]
barticle [author] Smith , Frances JD F. J. , Irvine , Alan D A. D. , Terron-Kwiatkowski , Ana A. , Sandilands , Aileen A. , Campbell , Linda E L. E. , Zhao , Yiwei Y. , Liao , Haihui H. , Evans , Alan T A. T. , Goudie , David R D. R. , Lewis-Jones , Sue S. et al. ( 2006 ). Los...
2006
-
[51]
barticle [author] Smyth , Gordon K. G. K. ( 2005 ). Numerical integration . Encyclopedia of Biostatistics 3088--3095 . barticle
2005
-
[52]
barticle [author] Staley , James R J. R. , Jones , Edmund E. , Kaptoge , Stephen S. , Butterworth , Adam S A. S. , Sweeting , Michael J M. J. , Wood , Angela M A. M. Howson , Joanna MM J. M. ( 2017 ). A comparison of Cox and logistic regression for use in genome-wide associati...
2017
-
[53]
, Gallacher , John J
barticle [author] Sudlow , Cathie C. , Gallacher , John J. , Allen , Naomi N. , Beral , Valerie V. , Burton , Paul P. , Danesh , John J. , Downey , Paul P. , Elliott , Paul P. , Green , Jane J. , Landray , Martin M. et al. ( 2015 ). UK Biobank : an open access resource for ide...
2015
-
[54]
R: a language and environment for statistical computing
bmanual [author] R Core Team ( 2022 ). R: a language and environment for statistical computing. R Foundation for Statistical Computing , Vienna, Austria https://www.R-project.org/ . bmanual
2022
-
[55]
bbook [author] Therneau , Terry M. T. M. Grambsch , Patricia M. P. M. ( 2000 ). Modeling survival data: extending the Cox model . Springer , New York, NY . bbook
2000
-
[56]
, Koido , Masaru M
barticle [author] Tomizuka , Kohei K. , Koido , Masaru M. , Suzuki , Akari A. , Yoshino , Soichiro S. , Tanaka , Nao N. , Ishikawa , Yuki Y. , Liu , Xiaoxi X. , Koyama , Satoshi S. , Ishigaki , Kazuyoshi K. , Murakawa , Yasuhiro Y. , Immune transcript/enhancer consortium (ITEC...
2024 doi
-
[57]
, Li , Zhonglin Z
barticle [author] Valette , Kim K. , Li , Zhonglin Z. , Bon-Baret , Valentin V. , Chignon , Arnaud A. , B \'e rub \'e , Jean-Christophe J.-C. , Eslami , Aida A. , Lamothe , Jennifer J. , Gaudreault , Nathalie N. , Joubert , Philippe P. , Obeidat , Ma'en M. , van den Berge , Ma...
2021
-
[58]
barticle [author] Vicente , Cristina T C. T. , Revez , Joana A J. A. Ferreira , Manuel A R M. A. R. ( 2017 ). Lessons from ten years of genome-wide association studies of asthma . Clinical and Translational Immunology 6 e165 . barticle
2017
-
[59]
( 2009 )
barticle [author] Wakefield , Jon J. ( 2009 ). Bayes factors for genome-wide association studies: comparison with P-values . Genetic Epidemiology 33 79--86 . barticle
2009
-
[60]
, Cutler , Antony J A
barticle [author] Wallace , Chris C. , Cutler , Antony J A. J. , Pontikos , Nikolas N. , Pekalski , Marcin L M. L. , Burren , Oliver S O. S. , Cooper , Jason D J. D. , Garc \' a , Arcadio Rubio A. R. , Ferreira , Ricardo C R. C. , Guo , Hui H. , Walker , Neil M N. M. et al. ( ...
2015
-
[61]
, Sarkar , Abhishek A
barticle [author] Wang , Gao G. , Sarkar , Abhishek A. , Carbonetto , Peter P. Stephens , Matthew M. ( 2020 ). A simple new approach to variable selection in regression, with application to genetic fine mapping . Journal of the Royal Statistical Society, Series B 82 1273--1300...
2020
-
[62]
, Lee , Yeji Y
barticle [author] Wen , Xiaoquan X. , Lee , Yeji Y. , Luca , Francesca F. Pique-Regi , Roger R. ( 2016 ). Efficient integrative multi- SNP association analysis via deterministic approximation of posteriors . American Journal of Human Genetics 98 1114--1129 . barticle
2016
-
[63]
, Ferreira , Teresa T
barticle [author] Yang , Jian J. , Ferreira , Teresa T. , Morris , Andrew P. A. P. , Medland , Sarah E. S. E. , Madden , Pamela A. F. P. A. F. , Heath , Andrew C. A. C. , Martin , Nicholas G. N. G. , Montgomery , Grant W. G. W. , Weedon , Michael N. M. N. , Loos , Ruth J. R. J...
2012
-
[64]
, Tayeb , Karl K
bmisc [author] Yang , Yunqi Y. , Tayeb , Karl K. , Carbonetto , Peter P. Stephens , Matthew M. ( 2025 ). R code reproducing the analyses for ``Bayesian variable selection in a Cox proportional hazards model with the `Sum of Single Effects' prior'' . 10.5281/zenodo.15391678 bmisc
2025 doi
-
[65]
, Mitchell , Robert R
barticle [author] Zhong , Xiaoyuan X. , Mitchell , Robert R. , Billstrand , Christine C. , Thompson , Emma E. E. E. , Sakabe , Noboru J. N. J. , Aneas , Ivy I. , Salamone , Isabella M. I. M. , Gu , Jing J. , Sperling , Anne I. A. I. , Schoettler , Nathan N. , N \'o brega , Mar...
2025
-
[66]
, Lee , Phil H
barticle [author] Zhu , Zhaozhong Z. , Lee , Phil H. P. H. , Chaffin , Mark D. M. D. , Chung , Wonil W. , Loh , Po-Ru P.-R. , Lu , Quan Q. , Christiani , David C. D. C. Liang , Liming L. ( 2018 ). A genome-wide cross-trait analysis from UK Biobank highlights the shared genetic...
2018
-
[67]
Sum of Single Effects
barticle [author] Zou , Yuxin Y. , Carbonetto , Peter P. , Wang , Gao G. Stephens , Matthew M. ( 2022 ). Fine-mapping from summary data with the “Sum of Single Effects” model . PLoS Genetics 18 e1010299 . barticle
2022
-
[68]
, Carbonetto , Peter P
barticle [author] Zou , Yuxin Y. , Carbonetto , Peter P. , Xie , Dongyue D. , Wang , Gao G. Stephens , Matthew M. ( 2023 ). Fast and flexible joint fine-mapping of multiple traits via the Sum of Single Effects model . bioRxiv . barticle
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.