-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
106 lines (87 loc) · 5.5 KB
/
research.html
File metadata and controls
106 lines (87 loc) · 5.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Homepage of Dr. Suoqin Jin @ Wuhan University - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dr. Suoqin Jin at the School of Mathematics and Statistics, Wuhan University">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="jumbotron subhead" id="overview">
<p class="lead"> </p>
<h1> Homepage of Dr. Suoqin Jin @ Wuhan University </h1>
</header>
<div class="masthead">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="research.html">Research</a></li> -->
<li class="active" ><a href="#">Research</a></li>
<!-- <li><a href="people.html">People</a></li> -->
<li><a href="publications.html">Publications</a></li>
<li><a href="resources.html">Resources</a></li>
<!-- <li><a href="jobs.html">Jobs</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row-fluid">
<section id="nano">
<div class="page-header">
<h3>Interface between Mathematics, Data Science and Biomedicine</h3>
<p>
We are enthusiastic to formulate a variety of biomedical questions into mathematical problems by developing general mathematical theories, powerful mathematical models and efficient computational methods.
We also work closely with multiple biological laboratories to conduct cutting edge research at the frontiers of the life sciences, in particular regarding skin biology, cancer biology and neuroscience, by combining systems biology and machine learning approaches with the cutting-edge single-cell technologies.
Currently, we are interested in but not limited to the following aspects.
</p>
</div>
</section>
<hr>
<h4>Develop efficient artificial intelligence models and algorithms for integrating and mining biomedical big data </h4>
<br/>
<p>
We have developed a set of new mathematical models and computational methods for analyzing single-cell genemoic data, such as CellChat for inferring and analyzing cell-cell communication and scAI for integrating parallel single-cell transcriptomics and epigenomics.
Recent technological advances in next-generation sequencing- and imaging-based approaches have established the power of single-cell multiomics and spatial transcriptomics to investigate cellular heterogeneity and organization. We are enthusiastic to further develop efficient machine learning and deep learning models and algorithms to explore the large-scale data generated by these cutting-edge technologies.
</p>
</section>
</section>
<hr>
<h4> Modeling cellular state and dynamics in single-cell data</h4>
<br/>
<p>
Given that we can generally only measure each cell once through single cell-based sequencing, we need computational models to deduce cellular trajectories leading to different cell fate decisions from static snapshot data.
We have developed scEpath, an energy landscape-based approach for measuring developmental states and inferring cellular trajectories from single cell RNA-seq data. However, the combination of the dynamical system theories and mathematical modeling with the single-cell data to investagate cellular and gene dynamics still remains challenging.
The recent RNA velocity technique and accumulation of single-cell multiomics data bring new opputunity to modeling cellular state and dynamics in single-cell data.
</p>
</section>
</section>
<hr>
<h4> Integrative approaches towards precision medicine in complex disease </h4>
<br/>
<p>
Single-cell sequencing is the promising step in innovation towards making precision medicine more accurate than ever before.
We aim to improve mechanistic molecular understanding, prediction, and treatment of disease such as cancer onset and progression by developing and applying mechanistic modeling, nonlinear dynamics analysis, control theories, artificial intelligence and network biology approaches, and integrating these approaches with single-cell multiomics and imaging data.
</p>
</section>
</div>
</section>
</div>
</div>
</div>
<!-- Javascript files -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> $('#main-carousel').carousel(); </script>
</body>
</html>