-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (66 loc) · 3.47 KB
/
index.html
File metadata and controls
87 lines (66 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>Home</title>
</head>
<body>
<nav>
<div class="labt" style="text-transform: uppercase;">
<h1>Gene Regulation of Cell identity LAB</h1>
</div>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa fa-bars" style="font-size:36px"></i>
</label>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="researchprojects.html">RESEARCH PROJECTS</a></li>
<li><a href="publications.html">PUBLICATIONS</a></li>
<li><a href="members.html">MEMBERS</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<main>
<div class="miriswork">
<h1>Lab focus</h1><h2>Understanding post-transcriptional regulation in cell differentiation and its alteration in
neurodegenerative diseases</h2>
<p> The mechanisms that define cell identity in complex organisms are still largely unknown. Most efforts
have been
focused on understanding how a few transcription factors direct cell differentiation in particular
circumstances, such as during development or in cancer. However, many post-transcriptional processes,
which are
essential for defining the final transcript repertoire in a cell, have been overlooked and their role in
establishing this identity is much less understood. In the lab, we want to understand how
post-transcriptional
regulatory processes, and in particular alternative polyadenylation, are coordinated at the individual
cell
level and how they contribute to the differentiation of cells both in health and disease conditions.
By combining single-cell transcriptomics with cellular reprogramming we can characterize at the
molecular level
how gene expression and post-transcriptional regulation are altered in several conditions and which is
their
contribution to the development if neurodegenerative diseases. By differentiating iPSCs to different
types of
neurons and other neural related cells, we can now study the differentiation process globally and
identify all
the gene expression changes responsible for the differentiation of individual cell types. Additionally,
by
comparing the differences in the differentiation of patient-derived and healthy iPSCs cells, we can
identify the
altered gene pathways that explain the onset and the progression of the disease.
</p>
</div> <!---miriswork-->
</main>
<footer>
<span>© 2025 Gene Regulation of Cell identity LAB</span>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>