aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-08-02 10:06:54 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-08-02 10:06:54 +0200
commitbbbc53a5ec92daf894954aa975fb4a29b8b01699 (patch)
tree7a58ccf7356d63018186a89edbef91b7811920b3 /posts
parentef29bb55d275352da0e7af01a0f5d4b46266c4d0 (diff)
downloadmitjafelicijan.com-bbbc53a5ec92daf894954aa975fb4a29b8b01699.tar.gz
added katex
Diffstat (limited to 'posts')
-rw-r--r--posts/2019-01-03-encoding-binary-data-into-dna-sequence.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
index 19d9073..b743017 100644
--- a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
+++ b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
@@ -22,22 +22,22 @@ My interests in this field are purely in encoding processes and experimental tes
22## Glossary 22## Glossary
23 23
24**deoxyribose** 24**deoxyribose**
25: A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides. 25A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides.
26 26
27**double helix** 27**double helix**
28: The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape. 28The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape.
29 29
30**nitrogenous base** 30**nitrogenous base**
31: A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids. 31A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids.
32 32
33**phosphate group** 33**phosphate group**
34: A molecular group consisting of a central phosphorus atom bound to four oxygen atoms. 34A molecular group consisting of a central phosphorus atom bound to four oxygen atoms.
35 35
36**RGB** 36**RGB**
37: The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. 37The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors.
38 38
39**GCC** 39**GCC**
40: The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. 40The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages.
41 41
42## Data encoding 42## Data encoding
43 43