-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathlahti.bib
More file actions
executable file
·3059 lines (2919 loc) · 139 KB
/
lahti.bib
File metadata and controls
executable file
·3059 lines (2919 loc) · 139 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@Article{Hekkala2026,
title = {Gut Microbiota-Derived Extracellular Vesicles in Patients With Obesity Undergoing Gastric Bypass Surgery},
author = {Hekkala, Jenni and Kaisanlahti, Anna and Tejesvi, Mysore V. and Turunen, Jenni and Virtanen, Nikke and Karikka, Sonja and Erawijantari, Pande Putu and Samoylenko, Anatoliy and Bart, Genevieve and Vainio, Seppo and Lahti, Leo and Hukkanen, Janne and Ruuska-Loewald, Terhi and Koivukangas, Vesa and Reunanen, Justus},
year = {2026},
journal = {Molecular Microbiology},
doi = {10.1111/mmi.70064},
keywords = {bioscience}
}
@Article{Kuukkanen2026,
title = {Application of mass spectrometry-based metabolomics and machine learning in the diagnostics of Lyme neuroborreliosis},
author = {Kuukkanen, Ilari and Muluh, Geraldson and Klisura, Đorđe and Kortela, Elisa and Pietikäinen, Annukka and Lahti, Leo and Hytönen, Jukka and Karonen, Maarit},
year = {2026},
journal = {{ACS Omega}},
note = {In press.},
keywords = {bioscience}
}
@Article{pelto2026,
title = {A Bayesian approach to differential prevalence analysis with applications in microbiome studies},
author = {Juho Pelto and Kari Auranen and Janne V. Kujala and Leo Lahti},
year = {2026},
journal = {{arXiv}},
pubstate = {preprint},
doi = {10.48550/arXiv.2602.05938},
keywords = {bioscience}
}
@Article{Han2026,
title = {Uncomplicated and complicated acute appendicitis induce different cytokine patterns},
author = {Han, Tatu and Borman, Tuomas and Vanhatalo, Sanja and Lahti, Leo and Löyttyniemi, Eliisa and Hurme, Saija and Munukka, Eveliina and Kallonen, Teemu and Hakanen, Antti and Hollmén, Maija and Salminen, Paulina},
year = {2026},
month = {02},
journal = {{APMIS}},
volume = {134},
number = {2},
pages = {e70168},
doi = {10.1111/apm.70168},
keywords = {bioscience}
}
@Article{Lahtinen2025,
title = {Robust Modelling of Ordinal Survey Data Using Probabilistic Programming},
author = {Aleksi Lahtinen and James Rhys Edwards and Marc Calmbach and Isabella Tautscher and Leo Lahti},
year = {2025},
journal = {Anthology of Computers and the Humanities},
volume = {3},
pages = {608--625},
doi = {10.63744/eCwMjQ976nWf},
keywords = {datascience}
}
@Article{Houttu2025b,
author = {Noora Houttu and Kati Mokkala and Himmi Lindgren and Mrunalini Lotankar and Chouaib Benchraka and Katariina Pärnänen and Lotta Saros and Ella Muhli and Tero Vahlberg and Leo Lahti and Kirsi Laitinen},
title = {The Relationship Between Gut Microbiota During Pregnancy and the Level of Postpartum Adiposity},
journal = {{MicrobiologyOpen}},
year = {2025},
month = {12},
volume = {14},
number = {6},
pages = {e70128},
doi = {10.1002/mbo3.70128},
issn = {2045-8827},
keywords = {bioscience}
}
@Article{Borman2025HR,
author = {Tuomas Borman and Artur Sannikov and Robert D. Finn and Morten Tønsberg Limborg and Alexander B. Rogers and Varsha Kale and Kati Hanhineva and Leo Lahti},
title = {{HoloFoodR}: a statistical programming framework for holo-omics data integration workflows},
journal = {Bioinformatics},
year = {2025},
month = {11},
volume = {41},
number = {11},
doi = {10.1093/bioinformatics/btaf605},
pages = {btaf605},
issn = {1367-4811},
keywords = {bioscience}
}
@Article{Borman2025OMA,
title = {Orchestrating Microbiome Analysis with Bioconductor},
author = {Tuomas Borman and Giulio Benedetti and Geraldson Muluh and Aura Raulo and Benjamin Valderrama and Artur Sannikov and Stefanie Peschel and Yihan Liu and Rasmus Hindström and OMA OMA_consortium and Katariina Pärnänen and Christian L. Müller and Aki S. Havulinna and Sudarshan Shetty and Marcel Ramos and Domenick J. Braccia and Héctor Corrada Bravo and Felix M. Ernst and Levi Waldron and Thomaz F. S. Bastiaanssen and Himel Mallick and Leo Lahti},
journal = {{bioRxiv}},
pubstate = {preprint},
year = {2025},
doi = {10.1101/2025.10.29.685036},
keywords = {bioscience}
}
@Article{Manzoor2025,
author = {Muhammed Manzoor and Jukka Putaala and Svetislav Zaric and Jaakko Leskela and Anbo Dong and Eija Könönen and Leo Lahti and Susanna Paju and Pirkko Pussinen},
title = {Oral Microbial Determinants of Saliva and Serum Lipopolysaccharide Activity},
journal = {Journal of Dental Research},
year = {2025},
month = {10},
volume = {1},
doi = {10.1177/00220345251370995},
issn = {0022-0345},
keywords = {bioscience}
}
@Article{Sarkka2025,
author = {Mikko Särkkä and Sami Myöhänen and Kaloyan Marinov and Inka Saarinen and Leo Lahti and Vittorio Fortino and Jussi Paananen},
title = {Comparison of missing data handling methods for variant pathogenicity predictors},
journal = {{NAR} Genomics and Bioinformatics},
year = {2025},
month = {10},
volume = {7},
number = {4},
pages = {lqaf133},
doi = {10.1093/nargab/lqaf133},
issn = {2631-9268},
keywords = {bioscience}
}
@Article{Mostafa2025,
author = {Ali Mostafa and Akewak Jeba and Leo Lahti and Eleanor Coffey},
title = {LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Analysis of Proteomics Data},
journal = {Bioinformatics},
year = {2025},
month = {10},
pages = {btaf570},
doi = {10.1093/bioinformatics/btaf570},
issn = {1367-4811},
keywords = {bioscience}
}
@Article{Sherwani2025,
author = {Moiz Khan Sherwani and Matti O. Ruuskanen and Dylan Feldner-Busztin and Panos Nisantzis Firbas and Gergely Boza and Ágnes Móréh and Tuomas Borman and Pande Putu Erawijantari and István Scheuring and Shyam Gopalakrishnan and Leo Lahti},
title = {Multi-omics time-series analysis in microbiome research: a systematic review},
journal = {Briefings in Bioinformatics},
year = {2025},
month = {10},
volume = {26},
number = {5},
pages = {bbaf502},
doi = {10.1093/bib/bbaf502},
keywords = {bioscience}
}
@Article{Houttu2025,
author = {Veera Houttu and Dattatray Mongad and Noora Houttu and Lotta Saros and Chunpeng Zhang and Jenni Viitaharju and Tero Vahlberg and Leo Lahti and Kirsi Laitinen},
title = {The impact of maternal supplementation of fish oil and/or probiotics during pregnancy on the serum metabolomic profile from infancy to childhood: secondary analysis of a randomized placebo-controlled trial},
journal = {Current Developments in Nutrition},
year = {2025},
month = {10},
volume = {9},
number = {10},
pages = {107553},
doi = {10.1016/j.cdnut.2025.107553},
issn = {2475-2991},
keywords = {bioscience}
}
@Article{Aatsinki2025,
author = {Anna-Katariina Aatsinki and Santosh Lamichhane and Heidi Isokääntä and Partho Sen and Matilda Kråkström and Marina Amaral Alves and Anniina Keskitalo and Eveliina Munukka and Hasse Karlsson and Laura Perasto and Minna Lukkarinen and Matej Oresic and Henna-Maria Kailanto and Linnea Karlsson and Leo Lahti and Alex M. Dickens},
title = {Dynamics of Gut Metabolome and Microbiota Maturation during Early Life},
journal = {iScience},
note = {In press.},
year = {2025},
month = {09},
pages = {113596},
doi = {10.1016/j.isci.2025.113596},
issn = {2589-0042},
keywords = {bioscience}
}
@Article{Seitz2025,
author = {Timo Seitz and Jenni Viitaharju and Chouaib Benchraka and Johannes Merilahti and Marko Kalliomäki and Lauri Polari and Diana Toivola and Leo Lahti and Otto Kauko and Kirsi Laitinen},
title = {Breast milk proteome: Changes in the different stages of lactation and impacts of gestational diabetes mellitus and body mass index},
journal = {Molecular Nutrition \& Food Research},
year = {2025},
month = {09},
pages = {e70225},
doi = {10.1002/mnfr.70225},
issn = {1613-4133},
keywords = {bioscience}
}
@Article{Hentila2025,
author = {Jaakko Hentilä and Jouni Tuisku and Ronja Ojala and Lihua Sun and Martin Lietzén and Heidi Virtanen and Riikka Lautamäki and Kalle Koskensalo and Lauri Nummenmaa and Eliisa Löyttyniemi and Semi Helin and Kirsi Pietiläinen and Jaakko Kaprio and Leo Lahti and Tarja Malm and Juha Rinne and Jarna Hannukainen},
title = {Obesity is associated with increased brain glucose uptake and activity but not neuroinflammation ({TSPO} availability) in monozygotic twin pairs discordant for {BMI} – exercise training reverses increased brain activity},
journal = {Diabetes, Obesity and Metabolism},
year = {2025},
month = {09},
volume = {27},
number = {12},
pages = {7097--7109},
doi = {10.1111/dom.70109},
issn = {1462-8902},
keywords = {bioscience}
}
@Article{Diab2025,
author = {Hassan Diab and Ville Langén and Li-Fang Yeo and Veikko Salomaa and Aki Havulinna and Leo Lahti and Katariina Pärnänen and Rob Knight and Sirpa Jalkanen and Marko Salmi and Teemu Niiranen and Joonatan Palmu},
title = {Associations between gut microbiome and circulating cytokines: a cross-sectional analysis in the FINRISK 2002 population cohort},
journal = {Gut Pathogens},
year = {2025},
volume = {17},
number = {1},
pages = {66},
doi = {10.1186/s13099-025-00742-z},
issn = {1757-4749},
keywords = {bioscience}
}
@Article{Myers2025,
author = {Tyler Myers and Se Jin Song, Yang Chen and Britta De Pessemier and Lora Khatib and Daniel McDonald and Shi Huang and Richard Gallo and Chris Callewaert and Aki S. Havulinna and Leo Lahti and Guus Roeselers and Manolo Laiola and Sudarshan A. Shetty and Scott T. Kelley and Rob Knight and Andrew Bartko},
title = {Chronological age estimation from human microbiomes with transformer-based Robust Principal Component Analysis},
journal = {Communications Biology},
year = {2025},
month = {08},
volume = {8},
number = {1},
pages = {1159},
doi = {10.1038/s42003-025-08590-y},
issn = {2399-3642},
keywords = {bioscience}
}
@Article{Duhr2025,
author = {Hendrik Dühr and Katariina Pärnänen and Nina Kucháriková and Paulina Werner and Göran Pershagen and Leo Lahti and Harri Alenius and Anna Bergström and Matti O. Ruuskanen and Nanna Fyhrquist},
title = {Lifestyle associates with unique resistome and microbiome signatures in children},
journal = {{medRxiv}},
pubstate = {In press.},
year = {2025},
pages = {2025.06.25.25330258},
doi = {10.1101/2025.06.25.25330258},
keywords = {bioscience}
}
@Article{Parnanen2025,
author = {Katariina Pärnänen and Matti O. Ruuskanen and Guilhem Sommeria-Klein and Ville Laitinen and Pyry Kantanen and Guillaume Méric and Camila Gazolla Volpiano and Michael Inouye and Rob Knight and Veikko Salomaa and Aki S. Havulinna and Teemu Niiranen and Leo Lahti},
title = {Variation and prognostic potential of the gut antibiotic resistome in the FINRISK 2002 cohort},
journal = {Nature Communications},
year = {2025},
month = {07},
volume = {16},
number = {1},
pages = {5963},
doi = {10.1038/s41467-025-61137-x},
keywords = {bioscience}
}
@Article{Hieta2025,
author = {Janina Hieta and Chouaib Benchraka and Katariina Pärnänen and Noora Houttu and Kati Mokkala and Mrunalini Lotankar and Eeva-Leena Kataja and Leo Lahti and Kirsi Laitinen},
title = {Perinatal depressive and anxiety symptoms are associated with gut microbiota in pregnant women with overweight and obesity},
journal = {Brain, Behavior, \& Immunity - Health},
volume = {47},
pages = {101042},
year = {2025},
month = {06},
doi = {10.1016/j.bbih.2025.101042},
issn = {2666-3546},
keywords = {bioscience}
}
@Article{Escobarzepeda2025,
author = {Alejandra Escobar-Zepeda and Matti Olavi Ruuskanen and Martin Beracochea and Jennifer Lu and Dattatray Mongad and Lorna Richardson and Robert D. Finn and Leo Lahti},
title = {Biome-specific genome catalogues reveal functional potential of shallow sequencing},
journal = {{bioRXiv}},
year = {2025},
month = {06},
doi = {10.1101/2025.06.16.659887},
keywords = {bioscience}
}
@Article{kantanen2025,
author = {Pyry Kantanen and Erik Bülow and Aleksi Lahtinen and Måns Magnusson and Jussi Paananen and Leo Lahti},
title = {Validating and Extracting Information from National Identification Numbers in {R}: The Case of Finland and Sweden},
journal = {The R Journal},
year = {2025},
month = {05},
volume = {16},
issue = {3},
pages = {4--14},
doi = {10.32614/RJ-2024-023},
issn = {2073-4859},
keywords = {datascience}
}
@Article{Hellman2025,
title = {Gut Microbiome as a Risk Factor for Future CKD},
author = {Tapio Hellman and Li-Fang Yeo and Joonatan Palmu and Aki Havulinna and Pekka Jousilahti and Ville Laitinen and Katariina Pärnänen and Veikko Salomaa and Leo Lahti and Rob Knight and Teemu Niiranen},
journal = {Kidney International Reports},
volume = {10},
number = {6},
pages = {1673--1682},
year = {2025},
month = {06},
doi = {10.1016/j.ekir.2025.04.007},
issn = {2468-0249},
keywords = {bioscience}
}
@Article{Boelius2025,
author = {Hanna-Mari Boelius and Anna-Katariina Aatsinki and Marja A. Heiskanen and Eero A. Haapala and Eveliina Munukka and Juha Mykkänen and Noora Kartiosuo and Leo Lahti and Anniina Keskitalo and Pentti Huovinen and Harri Niinikoski and Jorma Viikari and Tapani Rönnemaa and Hanna Lagström and Antti Jula and Suvi P. Rovio and Olli T. Raitakari and Katja Pahkala},
title = {Association of leisure time physical activity with gut microbiota composition in early adulthood},
journal = {Scientific Reports},
year = {2025},
month = {06},
volume = {15},
number = {1},
pages = {19697},
doi = {10.1038/s41598-025-02287-2},
issn = {2045-2322},
keywords = {bioscience}
}
@Article{Metris2025,
author = {Aline Metris and Alan W. Walker and Alicia Showering and Andrea Doolan and Andrew J. McBain and Antonis Ampatzoglou and Barry Murphy and Catherine O'Neill and Colette Shortt and Elizabeth M. Darby and Gary Aldis and Greg G. Hillebrand and Helen L. Brown and Hilary P. Browne and Jay P. Tiesman and Joy Leng and Leo Lahti and Nicholas S. Jakubovics and Oliver Hasselwander and Robert D. Finn and Silvia Klamert and Tamas Korcsmaros and Lindsay J. Hall},
title = {Assessing the safety of microbiome perturbations},
journal = {Microbial Genomics},
year = {2025},
month = {05},
volume = {11},
number = {5},
publisher = {Microbiology Society},
doi = {10.1099/mgen.0.001405},
issn = {2057-5858},
keywords = {bioscience}
}
@Article{Salehi2025,
author = {Mahkameh Salehi and Ville Laitinen and Shivang Bhanushali and Johan Bengtsson-Palme and Collignon P and John J Beggs and Katariina Pärnänen and Leo Lahti},
title = {Gender differences in global antimicrobial resistance},
journal = {npj Biofilms and Microbiomes},
volume = {11},
number = {1},
pages = {79},
issn = {2055-5008},
year = 2025,
month = 05,
doi = {10.1038/s41522-025-00715-9},
keywords = {bioscience}
}
@Article{Benedetti2024,
author = {Giulio Benedetti and Ely Seraidarian and Theotime Pralas and Akewak Jeba and Tuomas Borman and Leo Lahti},
title = {{iSEEtree}: interactive explorer for hierarchical data},
journal = {Bioinformatics Advances},
year = 2025,
month = 05,
volume = {5},
number = {1},
pages = {vbaf107},
issn = {2635-0041},
doi = {10.1093/bioadv/vbaf107},
keywords = {datascience}
}
@Article{Drnevich2025,
author = {Jenny Drnevich and Frederick J. Tan and Fabricio Almeida-Silva and
Robert Castelo and Aedin C. Culhane and Sean Davis and Maria A. Doyle
and Susan Holmes and Leo Lahti and Alexandru Mahmoud and Kozo Nishida
and Marcel Ramos and Kevin Rue-Albrecht and David J.H. Shih and
Laurent Gatto and Charlotte Soneson},
title = {Learning and teaching biological data science in the Bioconductor community},
journal = {{PLOS Computational Biology}},
volume = {21},
number = {4},
year = 2025,
month = 04,
pages = {e1012925},
doi = {10.1371/journal.pcbi.1012925},
keywords = {bioscience}
}
@Article{Lotankar2025,
author = {Mrunalini Lotankar and Noora Houttu and Chouaib Benchraka and Leo Lahti and Kirsi Laitinen},
title = {Links between gut microbiota with specific serum metabolite groups in pregnant women with overweight or obesity},
journal = {Nutrition, Metabolism and Cardiovascular Diseases},
year = 2025,
month = 04,
pages = {104095},
issn = {0939-4753},
doi = {10.1016/j.numecd.2025.104095},
keywords = {bioscience}
}
@Article{Kaisanlahti2025,
author = {Anna Kaisanlahti and Jenni Turunen and Jenni Hekkala and Surbhi Mishra and Sonja Karikka and Sajeen Amatya and Niko Paalanne and Johanna Krüger and Anne Portaankorva and Jussi Koivunen and Arja Jukkola and Pia Vihinen and Päivi Auvinen and Sirpa Leppä and Peeter Karihtala and Vesa Koivukangas and Janne Hukkanen and Seppo Vainio and Anatoliy Samoylenko and Genevieve Bart and Leo Lahti and Justus Reunanen and Mysore Tejesvi and Terhi Ruuska-Loewald},
title = {Gut microbiota-derived extracellular vesicles form a distinct entity from gut microbiota},
journal = {mSystems},
year = 2025,
month = 04,
volume = {10},
number = {5},
pages = {e00311-25},
doi = {10.1128/msystems.00311-25},
keywords = {bioscience}
}
@Article{Koponen2025,
author = {Kari Koponen and Daniel McDonald and Pekka Jousilahti and Guillaume Meric and Michael Inouye and Leo Lahti and Teemu Niiranen and Satu Männistö and Aki Havulinna and Rob Knight and Veikko Salomaa},
title = {Associations of alcohol with the human gut microbiome and prospective health outcomes in the FINRISK 2002 cohort},
journal = {European Journal of Nutrition},
volume = {64},
number = {4},
pages = {153},
issn = {1436-6215},
year = 2025,
month = 04,
doi = {10.1007/s00394-025-03668-z},
keywords = {bioscience}
}
@Article{Pelto2025,
author = {Juho Pelto and Kari Auranen and Janne Kujala and Leo Lahti},
title = {Elementary methods provide more replicable results in microbial differential abundance analysis},
journal = {Briefings in Bioinformatics},
volume = {26},
number = {2},
pages = {bbaf130},
issn = {1477-4054},
year = 2025,
month = 03,
doi = {10.1093/bib/bbaf130},
keywords = {bioscience}
}
@Article{Khalighi2025,
author = {Moein Khalighi and Leo Lahti and Faïçal Ndaïrou and Peter Rashkov and Delfim F. M. Torres},
title = {Fractional modelling of COVID-19 transmission incorporating asymptomatic and super-spreader individuals},
journal = {Mathematical Biosciences},
volume = {380},
pages = {109373},
year = 2025,
issn = {0025-5564},
month = 01,
doi = {10.1016/j.mbs.2024.109373},
keywords = {datascience}
}
@Article{Jeyaram2025,
author = {Kumaraswamy Jeyaram and Leo Lahti and Sebastian Tims and Hans Heilig and Antonie van Gelder and Willem M de Vos and Hauke Smidt and and Erwin Zoetendal},
title = {Fermented foods affect the seasonal stability of gut bacteria in an {Indian} rural population},
journal = {{Nature Communications}},
volume = {16},
number = {1},
pages = {771},
year = 2025,
month = 01,
issn = {2041-1723},
doi = {10.1038/s41467-025-56014-6},
keywords = {bioscience}
}
@Article{Potbhare2025,
author = {Renuka Potbhare and Ameeta Ravikumar and Eveliina Munukka and Richa Ashma and Leo Lahti},
title = {Skin microbiota variation in {Indian} families},
journal = {PeerJ},
volume = {13},
pages = {e18881},
year = 2025,
month = 2,
doi = {10.7717/peerj.18881},
keywords = {bioscience}
}
@Article{Eckermann2025,
author = {Henrik Eckermann and Hellen Lustermans and Katariina Parnanen and Leo Lahti and Carolina {de Weerth}},
title = {Maternal Pre- and Postnatal Stress and Maternal and Infant Gut Microbiota Features.},
journal = {Psychoneuroendocrinology},
volume = {172},
pages = {107273},
year = 2025,
issn = {0306-4530},
doi = {10.1016/j.psyneuen.2024.107273},
keywords = {bioscience}
}
@Article{Joos2024,
author = {Raphaela Joos and Katy Boucher and Aonghus Lavelle and
Manimozhiyan Arumugam and Martin J. Blaser and Marcus J. Claesson and
Gerard Clarke and Paul D. Cotter and Luisa De Sordi and Maria G. Dominguez-Bello and
Bas E. Dutilh and Stanislav D. Ehrlich and Tarini Shankar Ghosh and Colin Hill and
Christophe Junot and Leo Lahti and Trevor D. Lawley and Tine R. Licht and
Emmanuelle Maguin and Thulani P. Makhalanyane and Julian R. Marchesi and
Jelle Matthijnssens and Jeroen Raes and Jacques Ravel and Anne Salonen and
Pauline D. Scanlan and Andrey Shkoporov and Catherine Stanton and Ines Thiele and
Igor Tolstoy and Jens Walter and Bo Yang and Natalia Yutin and Alexandra Zhernakova and
Hub Zwart and {Human Microbiome Action Consortium} and Joël Doré and R. Paul Ross},
title = {Examining the healthy human microbiome concept},
journal = {Nature Reviews Microbiology},
year = 2025,
month = 01,
volume = {23},
number = {3},
pages = {192--205},
issn = {1740-1534},
doi = {10.1038/s41579-024-01107-0},
keywords = {bioscience}
}
@Article{Khalighi2024acm,
author = {Moein Khalighi and Giulio Benedetti and Leo Lahti},
title = {Algorithm 1047: {FdeSolver}, a {Julia} Package for Solving Fractional Differential Equations},
journal = {{ACM Transactions} on Mathematical Software},
year = 2024,
month = 10,
volume = {50},
number = {3},
pages = {22},
issn = {0098-3500},
doi = {10.1145/3680280},
keywords = {datascience}
}
@Article{Lietzén2024nut,
author = {Martin S. Lietzén and Maria Angela Guzzardi and Ronja Ojala and
Jaakko Hentilä and Marja A. Heiskanen and Sanna M. Honkala and
Riikka Lautamäki and Eliisa Löyttyniemi and Anna K. Kirjavainen and
Johan Rajander and Tarja Malm and Leo Lahti and Juha O. Rinne and
Kirsi H. Pietiläinen and Patricia Iozzo and Jarna C. Hannukainen},
title = {Regular Exercise Training Induces More Changes on Intestinal Glucose Uptake from Blood and Microbiota Composition in Leaner Compared to Heavier Individuals in Monozygotic Twins Discordant for {BMI}},
journal = {Nutrients},
year = 2024,
month = 10,
volume = {16},
issue = {10},
pages = {3554},
doi = {10.3390/nu16203554},
keywords = {bioscience}
}
@Article{Lietzén2024biom,
author = {Martin S Lietzén and Andrea Mari and Ronja Ojala and Jaakko Hentilä
and Kalle Koskensalo and Riikka Lautamäki and Eliisa Löyttyniemi and
Riitta Parkkola and Virva Saunavaara and Anna K Kirjavainen and
Johan Rajander and Tarja Malm and Leo Lahti and Juha O Rinne and
Kirsi H Pietiläinen and Patricia Iozzo and Jarna C Hannukainen},
title = {Effects of Obesity and Exercise on Hepatic and Pancreatic Lipid Content and Glucose Metabolism: {PET}-Studies in Twins Discordant for {BMI}},
journal = {Biomolecules},
volume = {14},
year = 2024,
number = {9},
month = 08,
issn = {2218-273X},
doi = {10.3390/biom14091070},
keywords = {bioscience}
}
@Article{Jokela2024,
author = {Roosa Jokela and Katariina MM Pärnänen and Alise J Ponsero and Leo Lahti and Kaija-Leena Kolho and Willem M de Vos and Anne Salonen},
title = { A cohort study in family triads: Impact of gut microbiota composition and early life exposures on intestinal resistome during the first two years of life},
journal = {Gut Microbes},
volume = {16},
number = {1},
pages = {2383746},
issn = {1949-0976},
year = 2024,
month = 08,
doi = {10.1080/19490976.2024.2383746},
keywords = {bioscience}
}
@Article{Tiihonen2024,
author = {Iiro Tiihonen and Leo Lahti and Mikko Tolonen},
title = {Print culture and economic constraints: A quantitative analysis of book prices in eighteenth-century Britain},
journal = {Explorations in Economic History},
volume = {94},
pages = {101614},
month = 10,
year = 2024,
issn = {0014-4983},
doi = {10.1016/j.eeh.2024.101614},
keywords = {dh}
}
@Article{Grahnemo2024,
author = {Louise Grahnemo and Oleg Kambur and Leo Lahti and Pekka Jousilahti
and Teemu Niiranen and Rob Knight and Veikko Salomaa and Aki S. Havulinna and
Claes Ohlsson },
title = {Associations between gut microbiota and incident fractures in the FINRISK cohort},
journal = {npj Biofilms and Microbiomes},
volume = {10},
number = {69},
year = 2024,
volume = {10},
number = {1},
pages = {69},
issn = {2055-5008},
doi = {10.1038/s41522-024-00530-8},
keywords = {bioscience}
}
@Article{Khalighi2024,
author = {Moein Khalighi and Leo Lahti and Faïçal Ndaïrou},
title = {Epidemic Transmission Modeling with Fractional Derivatives and Environmental Pathogens},
journal = {International Journal of Biomathematics},
year = 2024,
pages = {2450085},
doi = {10.1142/S1793524524500852},
issn = {1793-5245},
keywords = {datascience}
}
@Article{Manzoor2024,
author = {Muhammed Manzoor and Jaakko Leskelä and Milla Pietiäinen and
Nicolas Martinez-Majander and Pauli Ylikotila and Eija Könönen and
Teemu Niiranen and Leo Lahti and Juha Sinisalo and Jukka Putaala and
Pirkko J Pussinen and Susanna Paju},
title = {Multikingdom oral microbiome interactions in early-onset cryptogenic ischemic stroke},
journal = {ISME Communications},
volume = {4},
number = {1},
pages = {ycae088},
issn = {2730-6151},
year = 2024,
month = 06,
doi = {10.1093/ismeco/ycae088},
keywords = {bioscience}
}
@Article{Kullberg2024,
author = {Robert F J Kullberg and Irina Wikki and Bastiaan W Haak and
Anni Kauko and Henrike Galenkamp and Hessel Peters-Sengers and Joe M Butler and
Aki S Havulinna and Joonatan Palmu and Daniel McDonald and Chouaib Benchraka and
Mahmoud I Abdel-Aziz and Maria Prins and Anke H {Maitland van der Zee} and
Bert-Jan {van den Born} and Pekka Jousilahti and Willem M {de Vos} and Veikko Salomaa and
Rob Knight and Leo Lahti and Max Nieuwdorp and Teemu Niiranen and W Joost Wiersinga},
title = {Association between butyrate-producing gut bacteria and the risk of infectious disease hospitalisation: results from two observational, population-based microbiome studies},
journal = {{The Lancet Microbe}},
year = {2024},
volume = {5},
number = {9},
pages = {100864},
issn = {2666-5247},
doi = {10.1016/S2666-5247(24)00079-X},
keywords = {bioscience}
}
@Article{Bhanushali2024,
author = {Shivang Bhanushali and Katariina Parnanen and Dattatray Mongad and Dhiraj Dhotre and Leo Lahti},
title = {Biochemical analyses can complement sequencing-based ARG load monitoring: a case study in Indian hospital sewage networks},
journal = {{medRxiv}},
pubstate = {preprint},
year = 2024,
month = 05,
doi = {10.1101/2024.05.31.24308262},
keywords = {bioscience}
}
@Article{Timmis2024,
author = {Kenneth Timmis and John E. Hallsworth and Terry J. McGenity and
Rachel Armstrong and María Francisca Colom and Zeynep Ceren Karahan and
Max Chavarría and Patricia Bernal and Eric S. Boyd and Juan Luis Ramos and
Martin Kaltenpoth and Carla Pruzzo and Gerard Clarke and
Purificación López-Garcia and Michail M. Yakimov and Jessamyn Perlmutter and
Chris Greening and Emiley Eloe-Fadrosh and Willy Verstraete and
Olga C. Nunes and Oleg Kotsyurbenko and Pablo Iván Nikel and
Paola Scavone and Max M. Häggblomand Rob Lavigne and Frédérique Le Roux and
James K. Timmis and Victor Parro and Carmen Michán and José Luis García and
Arturo Casadevall and Shelley M. Payne and Joachim Frey and Omry Koren and
James I. Prosser and Leo Lahti and Rup Lal and Shailly Anand and
Utkarsh Sood and Pierre Offre and Casey C. Bryce and Allen Y. Mswaka and
Jörg Jores and Betül Kaçar and Lars Mathias Blank and Nicole Maaßen and
Phillip B. Pope and Horia L. Banciu and Judith Armitage and Sang Yup Lee and
Fengping Wang and Thulani P. Makhalanyane and Jack A. Gilbert and
Thomas K. Wood and Branka Vasiljevic and Mario Soberón and Zulema Udaondo and
Fernando Rojo and Jyoti Prakash Tamang and Tatiana Giraud and Jeanne Ropars and
Thaddeus Ezeji and Volker Müller and Hirofume Danbara and Beate Averhoff and
Angela Sessitsch and Laila Pamela Partida-Martínez and Wei Huang and Søren Molin and
Pilar Junier and Ricardo Amils and Xiao-Lei Wu and Eliora Ron and Huseyin Erten and
Elaine Cristina Pereira de Martinis and Alexander Rapoport and Maarja Öpik and
W. Donald R. Pokatong and Courtney Stairs and Mohammad Ali Amoozegar and Jéssica Gil Serna},
title = {A concept for international societally relevant microbiology education and microbiology knowledge promulgation in society},
journal = {Microbial Biotechnology},
year = 2024,
month = 05,
volume = {17},
number = {5},
pages = {e14456},
doi = {10.1111/1751-7915.14456},
issn = {1751-7915},
keywords = {bioscience}
}
@Article{Tito2024,
author = {Raúl Y. Tito and Sara Verbandt and Marta Aguirre Vazquez and Leo Lahti and
Chloe Verspecht and Verónica Lloréns-Rico and Sara Vieira-Silva and
Janine Arts and Gwen Falony and Evelien Dekker and Joke Reumers and
Sabine Tejpar and Jeroen Raes},
title = {Microbiome confounders and quantitative profiling challenge predicted
microbial targets in colorectal cancer development},
journal = {Nature Medicine},
year = 2024,
month = 04,
volume = 30,
number = {5},
pages = {1339-1348},
issn = {1546-170X},
doi = {10.1038/s41591-024-02963-2},
keywords = {bioscience}
}
@Article{König2024,
author = {Emilia König and Shea Beasley and Paulina Heponiemi and Sanni Kivinen and
Jaakko Räkköläinen and Seppo Salminen and Maria Carmen Collado and
Tuomas Borman and Leo Lahti and Virpi Piirainen and Anna Valros and
Mari Heinonen},
title = {Fecal microbiota profiles of growing pigs and their relation to
growth performance},
journal = {{PLoS One}},
year = 2024,
month = 05,
volume = 19,
number = {5},
pages = {1-20},
doi = {10.1371/journal.pone.0302724},
keywords = {bioscience}
}
@Article{BarkerandNeil2024,
author = {Michelle Barker and Neil Chue Hong},
annotate = {Project leaders: Anna Mette Morthorst, Jean-Francois Nominé, Karsten Kryger Hansen,Laurents Sesink
WG experts: Birgit Schmidt, Birte Christensen-Dalsgaard, Daniel Roewenstrunk,Egon Heuson, Leo Lahti,
Loek Brinkman, Matt Jaquiery, Olivier Rouchon and Stefanie Mewes and Toumas Alatera},
title = {Approaches to scaling up reproducibility in research organisations},
journal = {Zenodo},
year = 2024,
month = 03,
doi = {10.5281/zenodo.10663903},
keywords = {{KE}}
}
@Article{Manzoora2024,
author = {Muhammed Manzoora and Jaakko Leskelä and Milla Pietiäinen and
Nicolas Martinez-Majander and Eija Könönen and Teemu Niiranen and
Leo Lahti and Juha Sinisalo and Jukka Putaala and Pirkko J. Pussinen and
Susanna Paju},
title = {Shotgun metagenomic analysis of the oral microbiome in gingivitis: a nested case-control study},
journal = {{Journal of Oral Microbiology (ZJOM)}},
year = 2024,
volume = {16},
number = 1,
month = 03,
doi = {10.1080/20002297.2024.2330867},
keywords = {bioscience}
}
@Article{Liu2024,
author = {Yang Liu and Scott C. Ritchie and Shu Mei Teo and Matti O. Ruuskanen and
Oleg Kambur and Qiyun Zhu and Jon Sanders and Yoshiki Vázquez-Baeza and
Karin Verspoor and Pekka Jousilahti and Leo Lahti and Teemu Niiranen and
Veikko Salomaa and Aki S. Havulinna and Rob Knight and Guillaume Méric and
Michael Inouye},
title = {Integration of polygenic and gut metagenomic risk prediction for common diseases},
journal = {{Nature Aging}},
year = 2024,
month = 03,
volume = 4,
pages = {584-594},
doi = {10.1038/s43587-024-00590-7},
issn = {2662-8465},
keywords = {bioscience}
}
@Article{Mishra2024,
author = {Surbhi Mishra and Mysore Vishakantegowda Tejesvi and Jenni Hekkala and
Jenni Turunen and Niyati Kandikanti and Anna Kaisanlahti and
Marko Suokas and Sirpa Leppä and Pia Vihinen and Hanne Kuitunen and
Kaisa Sunela and Jussi Koivunen and Arja Jukkola and Ilja Kalashnikov and
Päivi Auvinen and Okko-Sakari Kääriäinen and T. Peñate Medina and
O. Peñate Medina and Juha Saarnio and Sanna Meriläinen and
Tero Rautio and Raila Aro and Reetta Häivälä and Juho Suojanen and
Mikael Laine and Pande Putu Erawijattari and Leo Lahti and
Peeter Karihtala and Terhi S. Ruuska and Justus Reunanen},
title = {Gut microbiome-derived bacterial extracellular vesicles in patients with solid tumours},
note = {Available online 7 March 2024},
journal = {{Journal of Advanced Research}},
year = 2024,
month = 03,
volume = 68,
pages = {375-386},
issn = {2090-1232},
doi = {10.1016/j.jare.2024.03.003},
keywords = {bioscience}
}
@Article{Heiskanen2024,
author = {Marja Heiskanen and Anna Aatsinki and Petra Hakonen and
Noora Kartiosuo and Eveliina Munukka and Leo Lahti and
Anniina Keskitalo and Pentti Huovinen and Harri Niinikoski and
Jorma Viikari and Tapani Rönnemaa and Hanna Lagström and
Antti Jula and Olli Raitakari and Suvi Rovio and Katja Pahkala},
title = {Association of Long-Term Habitual Dietary Fiber Intake since Infancy with Gut Microbiota Composition in Young Adulthood},
note = {Available online 12 January 2024},
journal = {{The Journal of Nutrition}},
year = 2024,
volume = {154},
issue = 2,
pages = {744-754},
month = 01,
doi = {10.1016/j.tjnut.2024.01.008},
keywords = {bioscience}
}
@Article{Ojala2024,
author = {Ronja Ojala and Jaakko Hentilä and Martin S. Lietzén and
Milja Arponen and Marja A. Heiskanen and Sanna M. Honkala and
Heidi Virtanen and Kalle Koskensalo and Riikka Lautamäki and
Eliisa Löyttyniemi and Riitta Parkkola and Olli J. Heinonen and
Tarja Malm and Leo Lahti and Juha Rinne and Olli Eskola and
Johan Rajander and Kirsi H. Pietiläinen and Jaakko Kaprio and
Kaisa K. Ivaska and Jarna C. Hannukainen},
title = {Bone marrow metabolism is affected by body weight and response to exercise training varies according to anatomical location},
note = {First published 11 October 2023},
journal = {{Diabetes, Obesity and Metabolism}},
year = 2024,
volume = {26},
pages = {251-261},
issue = 1,
month = 01,
doi = {10.1111/dom.15311},
keywords = {bioscience}
}
@Article{Eckermann2024,
author = {Henrik Andreas Eckermann and Jennifer Meijer and Kelly Cooijmans and
Leo Lahti and Carolina de Weerth},
title = {Daily skin-to-skin contact alters microbiota development in
healthy full-term infants},
journal = {{Gut Microbes}},
year = 2024,
volume = {16},
number = {1},
pages = {2295403},
month = 01,
doi = {10.1080/19490976.2023.2295403},
keywords = {bioscience}
}
@Article{König2024,
author = {Emilia König and Paulina Heponiemi and Sanni Kivinen and
Jaakko Räkköläinen and Shea Beasley and Tuomas Borman and
Maria Carmen Collado and Vilja Hukkinen and Jouni Junnila and
Leo Lahti and Marianna Norring and Virpi Piirainen and
Seppo Salminen and Mari Heinonen and Anna Valros},
title = {{Fewer culturable Lactobacillaceae species identified in faecal
samples of pigs performing manipulative behaviour}},
journal = {{Scientific Reports}},
year = 2024,
volume = {14},
number = {132},
month = 01,
doi = {10.1038/s41598-023-50791-0},
keywords = {bioscience}
}
@techreport{openedu2023,
author = {Open Science Coordination in Finland, Federation of Finnish Learned Societies},
title = {Open research data and methods. National policy and executive plan
by the higher education and research community for 2021–2025:
Policy component 1 (Open access to research data) and 2
(Open access to research methods and infrastructures)},
publisher = {The Committee for Public Information (TJNK) and Federation of Finnish Learned Societies (TSV)},
volume = 5,
issn = {2670-062X},
isbn = {978-952-5995-87-9},
doi = {10.23847/tsv.669},
url = {https://edition.fi/tsv/catalog/view/669/702/2461-1},
keywords = {openscience}
}
@Article{Huovinen2023,
author = {Venla Huovinen and Anna-Katariina Aatsinki and Eeva-Leena Kataja
and Eveliina Munukka and Anniina Keskitalo and Santosh Lamichhane and
Peppi Raunioniemi and David J. Bridgett and Leo Lahti and
Siobhain M. O’Mahony and Alex Dickens and Riikka Korja and
Hasse Karlsson and Saara Nolvi and Linnea Karlsson},
title = {Infant gut microbiota and negative and fear reactivity},
journal = {Development and Psychopathology},
year = 2023,
pages = {1-16},
month = 11,
volume = 36,
number = 4,
pages = {2016-2031},
doi = {10.1017/S0954579423001396},
keywords = {bioscience}
}
@Article{MarcosZambrano2023,
author = {Laura Judith Marcos-Zambrano and Víctor Manuel López-Molina and
Burcu Bakir-Gungor and Marcus Frohme and Kanita Karaduzovic-Hadziabdic and
Thomas Klammsteiner and Eliana Ibrahimi and Leo Lahti and Tatjana Loncar-Turukalo and
Xhilda Dhamo and Andrea Simeon and Alina Nechyporenko and Gianvito Pio and
Piotr Przymus and Alexia Sampri and Vladimir Trajkovik and Blanca Lacruz-Pleguezuelos and
Oliver Aasmets and Ricardo Araujo and Ioannis Anagnostopoulos and Önder Aydemir and
Magali Berland and M. Luz Calle and Michelangelo Ceci and Hatice Duman and
Aycan Gündoğdu and Aki S. Havulinna and Kardokh Hama Najib Kaka Bra and
Eglantina Kalluci and Sercan Karav and Daniel Lode and Marta B. Lopes and
Patrick May and Bram Nap and Miroslava Nedyalkova and Inês Paciência and
Lejla Pasic and Meritxell Pujolassos and Rajesh Shigdel and Antonio Susín and
Ines Thiele and Ciprian-Octavian Truică and Paul Wilmes and Ercument Yilmaz and
Malik Yousef and Marcus Joakim Claesson and Jaak Truu and Enrique Carrillo de Santa Pau},
title = {A toolbox of machine learning software to support microbiome analysis},
journal = {Frontiers in Microbiology},
year = 2023,
month = 11,
volume = 14,
issn = {1664-302X},
doi = {10.3389/fmicb.2023.1250806},
keywords = {bioscience}
}
@Article{Koponen2023,
author = {Kari Koponen and Oleg Kambur and Bijoy Joseph and Matti O. Ruuskanen and
Pekka Jousilahti and Rodolfo Salido and Caitriona Brennan and
Mohit Jain and Guillaume Meric and Michael Inouye and Leo Lahti and
Teemu Niiranen and Aki S. Havulinna and Rob Knight and Veikko Salomaa},
title = {{Role of Gut Microbiota in Statin-Associated New-Onset Diabetes—a Cross-Sectional and Prospective Analysis of the FINRISK 2002 Cohort}},
journal = {{Arteriosclerosis, Thrombosis, and Vascular Biology}},
year = 2023,
month = 11,
volume = 44,
number = 2,
pages = {477-487},
doi = {10.1161/ATVBAHA.123.319458},
keywords = {bioscience}
}
@Article{Raulo2023,
author = {Aura Raulo and Alexis Rojas and Björn Kröger and Antti Laaksonen and
Carlos Lamuela Orta and Silva Nurmio and Mirva Peltoniemi and Leo Lahti
and Indrė Žliobaitė},
title = {What are patterns of rise and decline?},
journal = {{The Royal Society of Open Science}},
year = 2023,
month = 11,
volume = 10,
issue = 11,
doi = {10.1098/rsos.230052},
keywords = {bioscience}
}
@Article{Kaisanlahti2023,
author = {Anna Kaisanlahti and Jenni Turunen and Nadiya Byts and Anatoliy Samoylenko and
Genevieve Bart and Nikke Virtanen and Mysore V. Tejesvi and Artem Zhyvolozhnyi and
Sonia Sarfraz and Sohvi Kumpula and Jenni Hekkala and Sonja Salmi and Olga Will and
Johanna Korvala and Niko Paalanne and Pande Putu Erawijantari and Marko Suokas and
Tuula Peñate Medina and Seppo Vainio and Oula Peñate Medina and Leo Lahti and
Terhi Tapiainen and Justus Reunanen},
title = {Maternal microbiota communicates with the fetus through microbiota-derived extracellular vesicles},
journal = {{BMC Microbiome}},
url = {https://rdcu.be/dq2aL},
year = 2023,
month = 11,
volume = 11,
number = 249,
doi = {10.1186/s40168-023-01694-9},
keywords = {bioscience}
}
@Article{Erawijantari2023,
author = {Pande Putu Erawijantari and Ece Kartal and José Liñares-Blanco and Teemu D. Laajala and
Lily Elizabeth Feldman and The {FINRISK} Microbiome DREAM Challenge and {ML4Microbiome} Communities and
Pedro Carmona-Saez and Rajesh Shigdel and Marcus and Joakim Claesson and Randi Jacobsen Bertelsen and
David Gomez-Cabrero and Samuel Minot and Jacob Albrecht and Verena Chung and Michael Inouye and
Pekka Jousilahti and Jobst-Hendrik Schultz and Hans-Christoph Friederich and Rob Knight and Veikko Salomaa and
Teemu Niiranen and Aki S. Havulinna and Julio Saez-Rodriguez and Rebecca T. Levinson and Leo Lahti},
title = {Microbiome-based risk prediction in incident heart failure: a community challenge},
journal = {{medRxiv preprint}},
year = 2023,
month = 10,
doi = {10.1101/2023.10.12.23296829},
keywords = {bioscience}
}
@Article{Husso2023,
author = {Aleksi Husso and Tiina Pessa-Morikawa and Ville Mikael and Olli Kärkkäinen and
Hyuk Nam Kwon and Leo Lahti and Antti Iivanainen and Kati Hanhineva and Mikael Niku},
title = {Impacts of maternal microbiota and microbial metabolites on fetal intestine, brain, and placenta},
journal = {BMC Biology},
year = 2023,
month = 10,
volume = 21,
number = 207,
doi = {10.1186/s12915-023-01709-9},
keywords = {bioscience}
}
@Article{DElia2023,
author = {Domenica D’Elia and Jaak Truu and Leo Lahti and
Magali Berland and Georgios Papoutsoglou and
Michelangelo Ceci and Aldert Zomer and Marta B. Lopes and
Eliana Ibrahimi and Aleksandra Gruca and Alina Nechyporenko and
Marcus Frohme and Thomas Klammsteiner andEnrique Carrillo-de Santa Pau and
Laura Judith Marcos-Zambrano and Karel Hron and Gianvito Pio and
Andrea Simeon and Ramona Suharoschi and Isabel Moreno-Indias and