-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDNA_molecules.html
More file actions
94 lines (79 loc) · 4.51 KB
/
DNA_molecules.html
File metadata and controls
94 lines (79 loc) · 4.51 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
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Verdana;
margin: 2;
background-color:rgb(255, 255, 255);
color: rgb(10, 10, 10);
}
h1 {
font-size: 22px; /* Adjust this value to change the font size */
padding: 0;
text-align: center;
}
.justify-text {
text-align: justify; /* Horizontally justify the text */
padding: 50px; /* Apply equal padding around the text */
}
/* Apply italic font style */
.italic-text {
font-style: italic;
}
/* Publications button */
.hidden-pub-btn {
position: fixed;
bottom: 20px;
right: 20px;
background-color: rgba(57, 67, 174, 0.7);
color: rgba(255, 255, 255, 0.9);
border: none;
padding: 10px 15px;
font-size: 14px;
cursor: pointer;
border-radius: 4px;
text-decoration: none;
opacity: 0.8;
z-index: 100;
}
.hidden-pub-btn:hover {
opacity: 1;
background-color: rgba(57, 67, 174, 0.9);
}
</style>
<h1> DNA molecules are Turning tapes</h1>
<div class="justify-text">
<body>
The genome of an organism is made up of RNA or DNA. The DNA/RNA strand can be considered as <a href="https://en.wikipedia.org/wiki/Turing_machine" target="_blank" style="text-decoration:none" >“Turing-tape”</a>,
in which instructions have been written in functional units (genes), to produce specific entities (RNA),
that further gives rise to the terminal functional elements (proteins), which ultimately make it possible for the emergence of a key ability—to fight the entropy.
<br><br>
This ability to fight entropy can be assigned to substrates at multiple levels, from proteins interacting to keep the cell functional to a group of cells working together to keep the organism alive. This
ability can also be assigned to DNA/RNA molecules.
<br> <br>
This ability has been ingrained since the formation of RNA/DNA. DNA became longer (3 billion bp in the human genome)
and stronger (encoding for proof-reading enzymes for error corrections), manifesting itself into a more organized cognitive agent in the form of single cells and multicellular life forms.
<br> <br>
So, what is fighting the entropy? It is the ability to be organized (gain of energy by a system), not to dissolve into the dark abyss of the universe (loss of energy by the system).
<br><br>
The most important question is, what are the causal reasons for the <b> DNA/RNA molecules to gain the ability </b> to fight entropy?
<br> <br>
An entity (DNA/cell) gains its ability to fight entropy by cognition to understand this causality of the emergence of cognition and
why the main goal of an entity is to fight entropy remains unanswered. Maybe we need to develop a causal model to explain why the primary goal of
any cognitive system is to fight entropy. <br><br>
Do not mistake DNA or the genome to be the key component for the emergence of cognition. I have written about DNA because it is
the smallest non-divisible entity that exhibits a certain degree of cognition at least to reach a specific goal (replicate itself), undergo modifications (loosely can be considered as learning), and
the sequence itself serves as memory. <br><br>
The cognition here is not as per the phenomenal cognition, where subjects are sharply classified as either cognition or non-cognitive. I first came across this non-binary form of cognition while reading
this summary article of <a href="https://www.frontiersin.org/articles/10.3389/fnsys.2022.768201/full" target="_blank" style="text-decoration:none">Dr. Michael Levin</a>.
<br><br>
In the summary article, a technological approach to mind everywhere (TAME) is proposed to understand how cognition arises in substrates like components of a cell, in a single cell, or in tissues,
so that the substrate systems can be tweaked to make it functional as per the need.
The point of this blog is to make a case for the study of DNA/RNA molecules for their ability to exhibit a certain degree of cognition to fight entropy, for DNA/RNA is the
first substrate that gave rise to higher order substrates—single cells that posses their own cognition. But I agree with TAME emphasizing not to limit the physical substrate to study cognition.
</div>
<a href="publications.html" class="hidden-pub-btn">publications</a>
</body>
</head>
</html>