Skip to content

Commit bd70071

Browse files
committed
Add new Henderickx *et al.* (2026) paper
1 parent e80e169 commit bd70071

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed
32.2 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: paper
3+
title: "How to set up and manage a microbiome research facility"
4+
nickname: 2026-02-14-henderickx-how-to-set
5+
authors: "Henderickx JGE, Smits WK, Zeller GF, Kuijper EJ"
6+
year: "2026"
7+
journal: "Clin Microbiol Infect"
8+
volume:
9+
issue:
10+
pages:
11+
is_published: true
12+
image: /assets/images/papers/clin-microbiol-infect.png
13+
projects:
14+
tags: []
15+
16+
# Text
17+
fulltext:
18+
pdf:
19+
pdflink:
20+
pmcid:
21+
preprint:
22+
supplement:
23+
24+
# Links
25+
doi: "10.1016/j.cmi.2026.02.007"
26+
pmid: 41698463
27+
28+
# Data and code
29+
github:
30+
neurovault:
31+
openneuro:
32+
figshare:
33+
figshare_names:
34+
osf:
35+
---
36+
{% include JB/setup %}
37+
38+
# Abstract
39+
40+
BACKGROUND: The increasing number of therapeutic intervention studies in the microbiome field has sparked broad interest among clinicians and scientists to incorporate microbiome analyses in their research. However, microbiome study design, data generation, bioinformatics and statistical data analysis is typically of a complexity that requires specific domain expertise to avoid biases, spurious findings, and other analysis pitfalls. As such, academic hospitals and research institutes are increasingly recognising the need for a dedicated microbiome research facilities that support every step in human microbiome research to a high standard. OBJECTIVES: We aim to offer an experience-based approach on what we consider essential aspects of such a microbiome research facility. SOURCES: Insights and recommendations are based on our experiences with establishing and running a microbiome research facility at the Leiden University Medical Center (LUMC, Leiden, the Netherlands), which was initiated in 2017. CONTENT: This review uses an existing microbiome research facility as an example to provide information on its advantages, structure, and financial and legal frameworks. Additionally, key portfolio items of such an expertise centre are discussed. IMPLICATIONS: A dedicated microbiome research facility can support microbiome research in clinical studies, and provides opportunities to centralise activities, innovate and validate analytical and computational methodology, foster industrial collaborations, and supports competitive funding applications through a dedicated infrastructure. Central facilities to support clinicians and scientists in the design, execution and interpretation of microbiome analyses constitutes a key step towards conducting high-quality gut microbiome research and education.

scripts/grab_articles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
searches = [
6565
# '"Laird AR"[AUTH] AND ("2012/01/01"[PDAT] : "3000/12/31"[PDAT])',
6666
# '"Sutherland MT"[AUTH] AND ("2012/01/01"[PDAT] : "3000/12/31"[PDAT])',
67-
'"Zeller Georg"[AUTH] AND ("2013/01/01"[PDAT] : "3000/12/31"[PDAT])',
67+
'("Zeller Georg"[AUTH] OR "Georg F Zeller"[AUTH]) AND ("2013/01/01"[PDAT] : "3000/12/31"[PDAT])',
6868
]
6969

7070
# Papers indexed on PubMed, but not captured by the searches.
71-
other_pmids = []
71+
other_pmids = ["41698463"]
7272
pmid_search = "[PMID] OR ".join(other_pmids) + "[PMID]"
7373
searches.append(pmid_search)
7474

0 commit comments

Comments
 (0)