-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
200 lines (187 loc) · 14.2 KB
/
Copy pathresearch.html
File metadata and controls
200 lines (187 loc) · 14.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Research | Huan Lab</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<a class="site-brand" href="index.html">
<strong>Huan Lab</strong>
<span>Metabolomics and Exposomics at UBC</span>
</a>
<nav class="site-nav" aria-label="Primary navigation">
<a href="research.html">Research</a>
<div class="site-nav__item site-nav__item--dropdown">
<a href="people.html" aria-haspopup="true">People</a>
<div class="site-nav__submenu" aria-label="People submenu">
<a href="tao-huan.html">Tao Huan</a>
<a href="current-members.html">Lab members</a>
</div>
</div>
<a href="publications.html">Publications</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<section class="page-hero page-hero--research">
<div class="hl-wrap">
<p class="hl-eyebrow">Research</p>
<h1>From high-resolution mass spectra to chemical and biological insights</h1>
<p>We develop analytical and computational technologies that make metabolomics and exposomics more sensitive, scalable, interpretable, and biologically useful.</p>
</div>
</section>
<section class="page-section">
<div class="hl-wrap page-intro">
<h2>Research Vision</h2>
<p>Metabolomics profiles the complete set of small molecules in biological and environmental systems. These molecules provide a direct readout of metabolism, exposure, physiology, and disease state, making metabolomics one of the most powerful omics approaches in the post-genome era.</p>
<p>The Huan Lab integrates chemistry, biology, computer science, and environmental science to advance technologies for the comprehensive, sensitive, and high-throughput detection, quantification, and characterization of small-molecule chemicals in complex biological and environmental systems.</p>
</div>
</section>
<section class="page-section research-cloud-section">
<div class="hl-wrap research-cloud">
<div class="research-cloud__head">
<p class="hl-eyebrow hl-eyebrow--dark">Publication landscape</p>
<h2>Recurring themes across the archive</h2>
<p>Keywords sized by how strongly they appear across the lab's publication list.</p>
</div>
<div class="research-tag-cloud" aria-label="Publication keyword cloud">
<a class="research-tag research-tag--xl research-tag--blue" href="publications.html">Metabolomics</a>
<a class="research-tag research-tag--xl research-tag--green" href="publications.html">Mass spectrometry</a>
<a class="research-tag research-tag--lg research-tag--gold" href="publications.html">Cancer biology</a>
<a class="research-tag research-tag--lg research-tag--blue" href="publications.html">Environmental chemistry</a>
<a class="research-tag research-tag--lg research-tag--green" href="publications.html">Exposome</a>
<a class="research-tag research-tag--md research-tag--blue" href="publications.html">Untargeted analysis</a>
<a class="research-tag research-tag--md research-tag--green" href="publications.html">LC-MS</a>
<a class="research-tag research-tag--md research-tag--gold" href="publications.html">MS/MS</a>
<a class="research-tag research-tag--md research-tag--blue" href="publications.html">Machine learning</a>
<a class="research-tag research-tag--md research-tag--green" href="publications.html">Data processing</a>
<a class="research-tag research-tag--md research-tag--gold" href="publications.html">Chemical isotope labeling</a>
<a class="research-tag research-tag--sm research-tag--blue" href="publications.html">Bile acids</a>
<a class="research-tag research-tag--sm research-tag--green" href="publications.html">Lipidomics</a>
<a class="research-tag research-tag--sm research-tag--gold" href="publications.html">Microbiome</a>
<a class="research-tag research-tag--sm research-tag--blue" href="publications.html">Biomarkers</a>
<a class="research-tag research-tag--sm research-tag--green" href="publications.html">Annotation</a>
<a class="research-tag research-tag--sm research-tag--gold" href="publications.html">Normalization</a>
<a class="research-tag research-tag--sm research-tag--blue" href="publications.html">Metabolite identification</a>
<a class="research-tag research-tag--sm research-tag--green" href="publications.html">High-resolution MS</a>
<a class="research-tag research-tag--sm research-tag--gold" href="publications.html">Water quality</a>
</div>
</div>
</section>
<section class="page-section research-aims-section">
<div class="hl-wrap research-aims">
<div>
<p class="hl-eyebrow hl-eyebrow--dark">Research aims</p>
<h2>Building the next generation of small-molecule omics</h2>
</div>
<div class="research-aim-list">
<article><strong>01</strong><span>Systematically understand, evaluate, and improve mass spectrometry for omics-scale analysis of small molecules.</span></article>
<article><strong>02</strong><span>Develop computational solutions that automate and improve mass spectrometry data processing and interpretation.</span></article>
<article><strong>03</strong><span>Adapt cutting-edge metabolomics to reveal biology at the metabolite level, including cell metabolism and protein-metabolite interactions.</span></article>
</div>
</div>
</section>
<section class="page-section page-section--soft research-platform-section">
<div class="hl-wrap card-grid card-grid--two">
<article class="info-card">
<span class="card-kicker">Platform 01</span>
<h2>Next-Generation Mass Spectrometry</h2>
<p>We improve MS acquisition, sample preparation, sensitivity, throughput, and quality control for omics-scale measurement of metabolites, lipids, and exposure-related chemicals.</p>
</article>
<article class="info-card">
<span class="card-kicker">Platform 02</span>
<h2>AI-Assisted Data Processing</h2>
<p>We develop computational approaches for feature detection, alignment, normalization, batch correction, annotation, and confidence scoring in high-dimensional mass spectrometry datasets.</p>
</article>
<article class="info-card">
<span class="card-kicker">Platform 03</span>
<h2>Molecular Annotation and Discovery</h2>
<p>We combine spectral evidence, chemical knowledge, databases, and machine learning to prioritize unknown metabolites and environmental chemicals for downstream validation.</p>
</article>
<article class="info-card">
<span class="card-kicker">Platform 04</span>
<h2>Biological and Environmental Applications</h2>
<p>We apply metabolomics and exposomics to collaborative studies in disease biology, microbiome research, environmental health, and chemical exposure.</p>
</article>
</div>
</section>
<section class="page-section">
<div class="hl-wrap research-pillar">
<div class="research-pillar-media research-pillar-media--analytical"></div>
<article>
<p class="hl-eyebrow hl-eyebrow--dark">Analytical Chemistry</p>
<h2>Global detection and quantification from limited samples</h2>
<p>The first challenge in metabolomics is to globally detect and quantify metabolites across broad concentration ranges and chemical structures in complex biological systems. LC-MS is a powerful platform for this work, and the lab develops integrated workflows that can perform both metabolomics and lipidomics from limited biological sample quantities.</p>
<p>We also create new data acquisition modes and quality-control strategies to improve sensitivity, throughput, and metabolomics data quality.</p>
</article>
</div>
</section>
<section class="page-section page-section--soft">
<div class="hl-wrap research-pillar research-pillar--reverse">
<article>
<p class="hl-eyebrow hl-eyebrow--dark">Computational Biology</p>
<h2>Extracting biologically-meaningful features from high-dimensional LC-MS data</h2>
<p>Raw LC-MS data contain a large number of low-abundance and chromatographically complex metabolic features. Conventional peak-picking algorithms can miss or distort these signals, creating a major big-data challenge for metabolomics.</p>
<p>The Huan Lab develops bioinformatic strategies to extract, recognize, normalize, and evaluate metabolic features more comprehensively. We also address overlooked quantitative issues that affect downstream statistical analysis, biomarker discovery, and biological interpretation.</p>
</article>
<div class="research-pillar-media research-pillar-media--computational"></div>
</div>
</section>
<section class="page-section">
<div class="hl-wrap research-pillar">
<div class="research-pillar-media research-pillar-media--machine"></div>
<article>
<p class="hl-eyebrow hl-eyebrow--dark">Machine Learning</p>
<h2>AI-assisted annotation of unknown metabolites and chemicals</h2>
<p>Metabolite identification remains one of the central challenges in mass spectrometry-based metabolomics. Accurate-mass searching alone can return many possible chemical matches, while reference MS/MS spectra remain limited because many authentic standards are unavailable.</p>
<p>To address this gap, we develop computational and machine-learning tools that integrate MS and MS/MS evidence, chemical knowledge, and predicted spectral libraries to improve metabolite identification and unknown chemical prioritization.</p>
</article>
</div>
</section>
<section class="page-section page-section--soft">
<div class="hl-wrap research-pillar research-pillar--reverse">
<article>
<p class="hl-eyebrow hl-eyebrow--dark">Health and Environmental Applications</p>
<h2>Applying metabolomics and exposomics to biological and environmental questions</h2>
<p>Our analytical and bioinformatic developments are driven by biological and environmental problems raised through collaboration. The lab works with researchers across disease biology, microbiome science, environmental health, exposure science, and chemical risk assessment.</p>
<p>Recent work connects method development to high-impact applications in Nature Chemical Biology, Cancer Discovery, Cell Metabolism, Environmental Health Perspectives, and Environmental Science & Technology.</p>
</article>
<div class="research-pillar-media research-pillar-media--application"></div>
</div>
</section>
<section class="page-section research-sponsors-section">
<div class="hl-wrap research-sponsors">
<p class="hl-eyebrow hl-eyebrow--dark">Sponsors and support</p>
<h2>Supported by competitive funding and collaborative research programs</h2>
<p>The Huan Lab's research program is supported by sponsors and partners that advance analytical chemistry, metabolomics, exposomics, environmental science, and human health research.</p>
<div class="funding-panel" aria-label="Funding partners">
<div class="funding-logo-grid">
<article class="funding-logo-card"><img src="images/funding/british-columbia.png" alt="British Columbia logo"><span>Provincial research and innovation support</span></article>
<article class="funding-logo-card"><img src="images/funding/cfi.png" alt="Canada Foundation for Innovation logo"><span>Research infrastructure and innovation</span></article>
<article class="funding-logo-card"><img src="images/funding/chair.jpg" alt="Canada Research Chairs logo"><span>Canada Research Chair in Metabolomics and Exposomics</span></article>
<article class="funding-logo-card"><img src="images/funding/nfrf.jpg" alt="New Frontiers in Research Fund logo"><span>Interdisciplinary high-risk research</span></article>
<article class="funding-logo-card"><img src="images/funding/mitacs.png" alt="Mitacs logo"><span>Research training and innovation partnerships</span></article>
<article class="funding-logo-card"><img src="images/funding/biotalent.png" alt="BioTalent Canada logo"><span>Skills growth in Canada's bio-economy</span></article>
<article class="funding-logo-card"><img src="images/funding/nserc.png" alt="NSERC logo"><span>Natural sciences and engineering research</span></article>
<article class="funding-logo-card"><img src="images/funding/ubc.png" alt="The University of British Columbia logo"><span>Institutional research support</span></article>
<article class="funding-logo-card"><img src="images/funding/tmic.png" alt="The Metabolomics Innovation Centre logo"><span>Metabolomics technology platform</span></article>
<article class="funding-logo-card"><img src="images/funding/genome-canada.jpg" alt="Genome Canada logo"><span>Genomics-enabled research and innovation</span></article>
<article class="funding-logo-card"><img src="images/funding/genome-alberta.png" alt="Genome Alberta logo"><span>Provincial genomics research partner</span></article>
<article class="funding-logo-card"><img src="images/funding/genome-bc.png" alt="Genome British Columbia logo"><span>Genomics research in British Columbia</span></article>
<article class="funding-logo-card"><img src="images/funding/cihr-irsc.jpg" alt="CIHR IRSC logo"><span>Canadian Institutes of Health Research</span></article>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="hl-wrap">
<a class="site-footer__brand" href="index.html"><strong>Huan Lab</strong></a>
<span>Department of Chemistry, The University of British Columbia · Vancouver, BC</span>
</div>
</footer>
</body>
</html>