Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Information Storage

Nucleic acids, particularly DNA, store and transmit genetic information, a foundational concept in molecular biology.
📜

The statement of the theorem

Let SS be a sequence of length LL, and let P(si)P(s_i) be the probability of finding nucleotide sis_i at position ii. The information content I(S)I(S) stored in the sequence, measured in bits, is defined by the Shannon entropy HH: \nH(S)=sΣP(s)log2P(s)H(S) = -\sum_{s \in \Sigma} P(s) \log_2 P(s) \nFor a sequence generated by a Markov process of order kk, the conditional probability P(sisik,,si1)P(s_i | s_{i-k}, \dots, s_{i-1}) governs the sequence generation, and the total information is related to the joint probability distribution P(S)=i=1LP(sisik,,si1)P(S) = \prod_{i=1}^{L} P(s_i | s_{i-k}, \dots, s_{i-1}).
Source: Wikipedia