diff options
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 12 |
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. | 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. |
| 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. | 28 | The 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. | 31 | A 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. | 34 | A 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. | 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. |
| 38 | 38 | ||
| 39 | **GCC** | 39 | **GCC** |
| 40 | : The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. | 40 | The 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 | ||
