From bbbc53a5ec92daf894954aa975fb4a29b8b01699 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 2 Aug 2021 10:06:54 +0200 Subject: added katex --- posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'posts') 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 ## Glossary **deoxyribose** -: A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides. +A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides. **double helix** -: The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape. +The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape. **nitrogenous base** -: A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids. +A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids. **phosphate group** -: A molecular group consisting of a central phosphorus atom bound to four oxygen atoms. +A molecular group consisting of a central phosphorus atom bound to four oxygen atoms. **RGB** -: 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. +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. **GCC** -: The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. +The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. ## Data encoding -- cgit v1.2.3