-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
296 lines (292 loc) Β· 21.9 KB
/
Copy pathresearch.html
File metadata and controls
296 lines (292 loc) Β· 21.9 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
<!DOCTYPE HTML>
<html>
<head>
<title>Research - Elias Dohmen</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<link rel="icon" sizes="any" type="image/svg+xml" href="/images/logos/fav.svg">
<link rel="alternate icon" type="image/png" href="fav.png">
</head>
<body class="landing is-preload"
style="background: url('images/banner.jpg') no-repeat center center fixed; background-size: cover;">
<div id="page-wrapper">
<header id="header" class="alt">
<h1><a href="index.html">Elias Dohmen</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="research.html">My Research</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="sciencecomm.html">Science Communication</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</div>
</li>
</ul>
</nav>
<div class="header-icons" style="margin-top:8px; text-align:center;">
<ul class="icons" style="margin:0; padding:0; display:inline-block;">
<li style="display:inline-block; margin-right:6px;">
<a href="https://bsky.app/profile/drdomain.bsky.social" target="_blank" class="icon">
<img src="images/logos/bluesky.svg" style="width:22px;position:relative;top:-2px;"
alt="Bluesky" />
<span class="label">Bluesky</span>
</a>
</li>
<li style="display:inline-block; margin-right:6px;">
<a href="https://orcid.org/0000-0002-7203-2314" target="_blank" class="icon">
<img src="images/logos/orcid.svg" style="width:24px;" alt="ORCiD" />
<span class="label">ORCiD</span>
</a>
</li>
<li style="display:inline-block; margin-right:6px;">
<a href="https://scholar.google.com/citations?hl=en&user=O5XMvskAAAAJ" target="_blank"
class="icon">
<img src="images/logos/google-scholar.png" style="width:28px;" alt="Google Scholar" />
<span class="label">Google scholar</span>
</a>
</li>
<li style="display:inline-block;">
<a href="https://github.com/EDohmen" target="_blank" class="icon">
<img src="images/logos/github-mark-white.svg" style="width:24px;position:relative;top:-1px;"
alt="GitHub" />
<span class="label">GitHub</span>
</a>
</li>
</ul>
</div>
</header>
<section id="research-intro" class="wrapper style2 special"
style="background: rgba(0,0,0,0.65); border-radius: 18px; box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18); margin-top: 32px; margin-bottom: 32px;">
<div class="inner" style="display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px;">
<div style="flex: 2 1 350px; min-width: 260px;">
<header>
<h2>My Research</h2>
</header>
<p style="color:#eee; max-width: 800px; margin: 0 auto; text-align: left;">
Scientific research, to me, is about more than solving puzzles β it's about curiosity and
building the tools to explore the bigger picture with creativity and openness.
In a time of unprecedented data availability, we face not a shortage of information, but a need
for innovative, reproducible methods that help us interpret it meaningfully and responsibly.
</p>
<p style="color:#eee; max-width: 800px; margin: 0 auto; text-align: left;">
My work bridges evolutionary biology and computational science, with a focus on comparative
OMICS, phylogenomics, and the development of open-source tools for biological data analysis.
I aim to transform complex data into clear biological insight.
</p>
<p style="color:#eee; max-width: 800px; margin: 0 auto; text-align: left;">
I'm committed to transparent, scalable, and collaborative research. Reproducibility and
accessibility are central to how I design and share methods - ensuring science remains a
collective, cumulative effort.
</p>
<p style="color:#eee; max-width: 800px; margin: 0 auto; text-align: left;">
Below you'll find an overview of my research interests and selected projects I am currently
leading or contributing to. These span basic evolutionary questions to applied method
development β all
united by the idea that science must be open, curious, and useful to make a real difference.
</p>
</div>
<div style="flex: 1 1 220px; min-width: 180px; max-width: 320px; align-self: flex-start;">
<img src="images/press/methylation_DNA.jpg" alt="Epigenetics DNA methylation"
style="width:100%; border-radius: 12px; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18); margin-top: 8px;" />
</div>
</div>
</section>
<section id="tools" class="wrapper style2 special"
style="background: rgba(0,0,0,0.60); border-radius: 18px; box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18); backdrop-filter: blur(1.5px);">
<div class="inner">
<header class="major">
<h2>Research Interests</h2>
<p>Driven by curiosity and collaboration, my research integrates insights from multiple disciplines
across the following focus areas:</p>
</header>
<ul class="features" style="display: flex; flex-wrap: wrap; gap: 40px 4%; justify-content: center;">
<li class="icon" style="flex: 1 1 48%; max-width: 48%; min-width: 380px;">
<!-- Protein Domains -->
<img class="image center" style="width:100%;padding-bottom:10px;padding-top:6px;"
src="images/logos/domainworld.png" alt="DomainWorld" />
<p style="font-size:smaller;">
<strong>Protein domains</strong>
are the structural and functional building blocks of proteins, enabling modular
rearrangements that drive protein innovation.
Due to their high conservation across vast evolutionary timescales, protein domains are
ideal molecular markers for evolutionary analyses and large-scale comparative proteomics.
Since my PhD, I've been fascinated by these building blocks, developing several tools based
on them β earning me the nickname <strong>Dr. Domain</strong>.<br />
Visit the <a href="tools.html" style="color:lightcyan">tools</a> page to explore programs
I've developed in this
field, check out related <a href="teaching.html" style="color:lightcyan">teaching</a>
projects, or browse relevant
<a href="publications.html" style="color:lightcyan">publications</a>:<br />
<span style="display:inline-block; margin-left:0.5em;">
<a href="https://doi.org/10.1186/s12862-020-1591-0" target="_blank"
title="The modular nature of protein evolution: Domain rearrangement rates across eukaryotic life"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1093/bioinformatics/btw231" target="_blank"
title="DOGMA: domain-based transcriptome and proteome quality assessment"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1186/s13059-019-1925-7" target="_blank"
title="Gene content evolution in the arthropods" style="margin-right:6px;">π</a>
<a href="http://dx.doi.org/10.13140/RG.2.2.14518.20807" target="_blank"
title="Protein Domains as Molecular Markers for Large Scale Sequence Analysis">π</a>
<a href="https://doi.org/10.1093/jeb/voae047" target="_blank"
title="Major changes in domain arrangements are associated with the evolution of termites"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1007/978-1-0716-3838-5_16" target="_blank"
title="Comparative Evolutionary Genomics in Insects"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1093/nar/gkz366" target="_blank"
title="DOGMA: a web server for proteome and transcriptome quality assessment"
style="margin-right:6px;">π</a>
</span>
</p>
</li>
<!-- De novo genes -->
<li class="icon" style="flex: 1 1 48%; max-width: 48%; min-width: 380px;">
<img class="image center" style="width:97%;padding-bottom:10px;padding-top:6px;"
src="images/tools/denofo-logo.jpg" alt="" />
<p style="font-size:smaller;">
<strong>De novo genes</strong>
arise from previously non-coding genomic regions, challenging the traditional view that new
genes primarily emerge through duplication of existing ones.
These genes, often rapidly evolving and functionally novel, represent a dynamic and emerging
field of study.
In collaboration with researchers like <a href="https://orcid.org/0000-0003-3018-3138"
style="color:lightcyan">Anna Grandchamp</a>,
I focus on standardising methods for detecting and annotating de novo genes, aiming to
improve reproducibility and comparability across studies.<br />
For related tools, see the <a href="tools.html" style="color:lightcyan">tools</a> page,
explore associated <a href="teaching.html" style="color:lightcyan">teaching</a> projects, or
browse relevant <a href="publications.html" style="color:lightcyan">publications</a>:<br />
<span style="display:inline-block; margin-left:0.5em;">
<a href="https://doi.org/10.1101/2025.03.31.644673" target="_blank"
title="DeNoFo: a file format and toolkit for standardised, comparable de novo gene annotation"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.32942/X2DP88" target="_blank"
title="De Novo Gene Emergence: Summary, Classification, and Challenges of Current Methods"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.3390/genes13020284" target="_blank"
title="New Genomic Signals Underlying the Emergence of Human Proto-Genes"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1101/2025.06.10.658796" target="_blank"
title="Detect de novo expressed ORFs in transcriptomes with DESwoMAN"
style="margin-right:6px;">π</a>
</span>
</p>
</li>
<!-- Epigenetics and Gene Regulation -->
<li class="icon" style="flex: 1 1 48%; max-width: 48%; min-width: 380px;">
<img class="image center" style="width:100%;padding-bottom:10px;"
src="images/press/comp_omics_integration.jpg" alt="epigenetics" />
<p style="font-size:smaller;">
<strong>Epigenetics and Gene Regulation</strong>
are intricate fields that pose significant challenges when integrating diverse OMICS data
types - such as transcriptomics and methylomics - to understand how factors like methylation
or transcription factor binding influence gene expression.
Visualising and interpreting such large, noisy datasets requires robust, scalable
approaches.
In various collaborations, I develop methods ranging from methylation databases to
gene co-expression networks, always striving to find intuitive ways to analyse and present
complex data.<br />
Explore related tools on the <a href="tools.html" style="color:lightcyan">tools</a> page,
browse relevant <a href="teaching.html" style="color:lightcyan">teaching</a> projects, or
view my <a href="publications.html" style="color:lightcyan">publications</a>:<br />
<span style="display:inline-block; margin-left:0.5em;">
<a href="https://doi.org/10.1098/rsob.220047" target="_blank"
title="Complex regulatory role of DNA methylation in caste- and age-specific expression of a termite"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1101/2024.11.25.625201" target="_blank"
title="Reduced regulatory complexity associated with the evolutionary transition to sociality from cockroaches to termites despite evolutionary parallels with Hymenoptera"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1007/978-1-0716-3838-5_16" target="_blank"
title="Comparative Evolutionary Genomics in Insects"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1186/s13059-019-1925-7" target="_blank"
title="Gene content evolution in the arthropods" style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1111/boc.201600017" target="_blank"
title="Reactive oxygen species (ROS) and the heat stress response of Daphnia pulex: ROS-mediated activation of hypoxia-inducible factor 1 (HIF-1) and heat shock factor 1 (HSF-1) and the clustered expression of stress genes"
style="margin-right:6px;">π</a>
</span>
</p>
</li>
<!-- Insects -->
<li class="icon" style="flex: 1 1 48%; max-width: 48%; min-width: 380px;">
<img class="image center" style="width:100%;padding-bottom:10px;" src="images/press/insects.jpg"
alt="insects" />
<p style="font-size:smaller;">
<strong>Insects</strong>
are the most diverse and species-rich group of animals on Earth, having adapted over 500
million years to thrive in nearly every ecosystem.
Their relevance spans from public health (e.g. disease-vectoring mosquitoes) to agriculture
(pollinators) and ageing/longevity (e.g. the extraordinary lifespan of termite queens).
While I work across all domains of life - from bacteria and fungi to plants and
mammals - insects consistently capture my attention.
They frequently display some of the most fascinating evolutionary innovations, particularly
in the context of adaptation and complex traits.<br />
Visit the <a href="tools.html">tools</a> page for programs I've developed, explore related
<a href="teaching.html">teaching</a> projects, or view relevant <a
href="publications.html">publications</a>:<br />
<span style="display:inline-block; margin-left:0.5em;">
<a href="https://doi.org/10.1186/s13059-019-1925-7" target="_blank"
title="Gene content evolution in the arthropods" style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1007/978-1-0716-3838-5_16" target="_blank"
title="Comparative Evolutionary Genomics in Insects"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1093/jeb/voae047" target="_blank"
title="Major changes in domain arrangements are associated with the evolution of termites"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1098/rsob.220047" target="_blank"
title="Complex regulatory role of DNA methylation in caste- and age-specific expression of a termite"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1101/2024.11.25.625201" target="_blank"
title="Reduced regulatory complexity associated with the evolutionary transition to sociality from cockroaches to termites despite evolutionary parallels with Hymenoptera"
style="margin-right:6px;">π</a>
<a href="https://doi.org/10.1186/s12862-020-1591-0" target="_blank"
title="The modular nature of protein evolution: Domain rearrangement rates across eukaryotic life"
style="margin-right:6px;">π</a>
</span>
</p>
</li>
</ul>
</div>
</section>
<footer id="footer"
style="background: rgba(0,0,0,0.65); border-radius: 18px; box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);">
<ul class="icons">
<li><a href="https://bsky.app/profile/drdomain.bsky.social" target="_blank" class="icon"><img
src="images/logos/bluesky.svg" style="width:38px;position:relative;top:-4px;" /><span
class="label">Bluesky</span></a></li>
<li><a href="https://orcid.org/0000-0002-7203-2314" target="_blank" class="icon"><img
src="images/logos/orcid.svg" style="width:42px;" /><span class="label">ORCiD</span></a></li>
<li><a href="https://scholar.google.com/citations?hl=en&user=O5XMvskAAAAJ" target="_blank"
class="icon"><img src="images/logos/google-scholar.png" style="width:50px;" /><span
class="label">Google scholar</span></a></li>
<li><a href="https://github.com/EDohmen" target="_blank" class="icon"><img
src="images/logos/github-mark-white.svg"
style="width:42px;position:relative;top:-1px;" /><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li style="font-size:smaller;opacity:0.8;">Made with π€ by Dr. Domain | <a href="https://html5up.net"
target="_blank" style="border:none;;">HTML5UP</a></li><br />
</ul>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>