|
1 | | -citHeader("To cite the susieR package, please use:") |
| 1 | +citHeader("To cite the susieR package, please use both:") |
2 | 2 |
|
3 | 3 | bibentry(bibtype = "Article", |
4 | 4 | title = paste("A simple new approach to variable selection in", |
5 | 5 | "regression, with application to genetic fine", |
6 | 6 | "mapping"), |
7 | 7 | author = c(person("Gao","Wang"), |
8 | 8 | person("Abhishek","Sarkar"), |
9 | | - person("Peter","Carbonetto"), |
| 9 | + person("Peter","Carbonetto"), |
10 | 10 | person("Matthew","Stephens")), |
11 | 11 | journal = "Journal of the Royal Statistical Society, Series B", |
12 | 12 | year = "2020", |
13 | 13 | volume = "82", |
14 | 14 | pages = "1273-1300", |
15 | | - doi = "10.1101/501114", |
16 | | - textVersion = |
17 | | - paste("Gao Wang, Abhishek Sarkar, Peter Carbonetto and Matthew", |
18 | | - "Stephens (2020). A simple new approach to variable", |
19 | | - "selection in regression, with application to genetic", |
20 | | - "fine mapping. Journal of the Royal Statistical Society,", |
21 | | - "Series B, 82, 1273-1300, doi:10.1101/501114")) |
| 15 | + doi = "10.1111/rssb.12388", |
| 16 | + textVersion = |
| 17 | + paste("Wang, G., Sarkar, A., Carbonetto, P. & Stephens, M. (2020).", |
| 18 | + "A simple new approach to variable selection in regression,", |
| 19 | + "with application to genetic fine mapping. Journal of the", |
| 20 | + "Royal Statistical Society, Series B 82, 1273-1300.", |
| 21 | + "https://doi.org/10.1111/rssb.12388")) |
| 22 | + |
| 23 | +bibentry(bibtype = "Article", |
| 24 | + title = paste("SuSiE 2.0: improved methods and implementations for", |
| 25 | + "genetic fine-mapping and phenotype prediction"), |
| 26 | + author = c(person("Alexander", "McCreight"), |
| 27 | + person("Yanghyeon", "Cho"), |
| 28 | + person("Daniel", "Nachun"), |
| 29 | + person("Ruixi", "Li"), |
| 30 | + person("Hao-Yu", "Gan"), |
| 31 | + person("Matthew", "Stephens"), |
| 32 | + person("Peter", "Carbonetto"), |
| 33 | + person("William", "R.P. Denault"), |
| 34 | + person("Gao", "Wang")), |
| 35 | + journal = "Submitting to Genome Biology", |
| 36 | + year = "2025", |
| 37 | + textVersion = |
| 38 | + paste("McCreight, A., Cho, Y., Nachun, D., Li, R., Gan, H-Y., Stephens,", |
| 39 | + "M., Carbonetto, P., Denault, W.R.P. & Wang, G. (2025). SuSiE 2.0:", |
| 40 | + "improved methods and implementations for genetic fine-mapping and", |
| 41 | + "phenotype prediction. Submitting to Genome Biology.")) |
22 | 42 |
|
23 | 43 | bibentry(header = "If susie_suff_stat or susie_rss is used, please also cite:", |
24 | 44 | bibtype = "Article", |
25 | 45 | title = paste('Fine-mapping from summary data with the', |
26 | 46 | '"Sum of Single Effects" model'), |
27 | 47 | author = c(person("Yuxin","Zou"), |
28 | | - person("Peter","Carbonetto"), |
| 48 | + person("Peter","Carbonetto"), |
29 | 49 | person("Gao","Wang"), |
30 | 50 | person("Matthew","Stephens")), |
31 | 51 | journal = "PLoS Genetics", |
32 | 52 | volume = "18", |
33 | 53 | year = "2022", |
34 | 54 | pages = "e1010299", |
35 | 55 | doi = "10.1371/journal.pgen.1010299", |
36 | | - textVersion = |
37 | | - paste('Yuxin Zou, Peter Carbonetto, Gao Wang and Matthew Stephens', |
38 | | - '(2022). Fine-mapping from summary data with the "Sum of', |
39 | | - 'Single Effects" model. PLoS Genetics 18, e1010299', |
40 | | - 'doi:10.1371/journal.pgen.1010299')) |
| 56 | + textVersion = |
| 57 | + paste('Zou, Y., Carbonetto, P., Wang, G. & Stephens, M. (2022).', |
| 58 | + 'Fine-mapping from summary data with the "Sum of Single', |
| 59 | + 'Effects" model. PLoS Genetics 18, e1010299.', |
| 60 | + 'https://doi.org/10.1371/journal.pgen.1010299')) |
| 61 | + |
| 62 | +bibentry(header = paste("If estimate_residual_method = 'Servin_Stephens' is used,", |
| 63 | + "please also cite:"), |
| 64 | + bibtype = "Article", |
| 65 | + title = paste("Accounting for uncertainty in residual variances", |
| 66 | + "improves calibration of the 'Sum of Single Effects'", |
| 67 | + "model for small sample sizes"), |
| 68 | + author = c(person("William", "R.P. Denault"), |
| 69 | + person("Peter", "Carbonetto"), |
| 70 | + person("Ruixi", "Li"), |
| 71 | + person("A.D.F.G.", "Consortium"), |
| 72 | + person("Gao", "Wang"), |
| 73 | + person("Matthew", "Stephens")), |
| 74 | + journal = "bioRxiv", |
| 75 | + year = "2025", |
| 76 | + note = "Under review for Nature Methods", |
| 77 | + textVersion = |
| 78 | + paste("Denault, W.R.P., Carbonetto, P., Li, R., Consortium, A.D.F.G.,", |
| 79 | + "Wang, G. & Stephens, M. (2025). Accounting for uncertainty in", |
| 80 | + "residual variances improves calibration of the 'Sum of Single", |
| 81 | + "Effects' model for small sample sizes. bioRxiv, 2025-05.", |
| 82 | + "Under review for Nature Methods.")) |
| 83 | + |
| 84 | +bibentry(header = paste("If unmappable_effects = 'inf' is used,", |
| 85 | + "please also cite:"), |
| 86 | + bibtype = "Article", |
| 87 | + title = "Improving fine-mapping by modeling infinitesimal effects", |
| 88 | + author = c(person("Rui", "Cui"), |
| 89 | + person("R.A.", "Elzur"), |
| 90 | + person("M.", "Kanai"), |
| 91 | + person(c("et", "al."))), |
| 92 | + journal = "Nature Genetics", |
| 93 | + volume = "56", |
| 94 | + year = "2024", |
| 95 | + pages = "162-169", |
| 96 | + doi = "10.1038/s41588-023-01597-3", |
| 97 | + textVersion = |
| 98 | + paste("Cui, R., Elzur, R.A., Kanai, M. et al. (2024).", |
| 99 | + "Improving fine-mapping by modeling infinitesimal effects.", |
| 100 | + "Nature Genetics 56, 162-169.", |
| 101 | + "https://doi.org/10.1038/s41588-023-01597-3")) |
0 commit comments