diff options
Diffstat (limited to 'content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md')
| -rw-r--r-- | content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index a4fd1d7..4f00f21 100644 --- a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | |||
| @@ -5,6 +5,24 @@ date: 2019-01-03 | |||
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | **Table of contents** | ||
| 9 | |||
| 10 | 1. [Initial thoughts](#initial-thoughts) | ||
| 11 | 2. [Glossary](#glossary) | ||
| 12 | 3. [Data encoding](#data-encoding) | ||
| 13 | 4. [Quick history of DNA](#quick-history-of-dna) | ||
| 14 | 5. [What is DNA?](#what-is-dna) | ||
| 15 | 6. [Encode binary data into DNA sequence](#encode-binary-data-into-dna-sequence) | ||
| 16 | 1. [Basic Encoding](#basic-encoding) | ||
| 17 | 2. [FASTA file format](#fasta-file-format) | ||
| 18 | 3. [PNG encoded DNA sequence](#png-encoded-dna-sequence) | ||
| 19 | 7. [Encoding text file in practice](#encoding-text-file-in-practice) | ||
| 20 | 8. [Toolkit for encoding data](#toolkit-for-encoding-data) | ||
| 21 | 1. [dnae-encode](#dnae-encode) | ||
| 22 | 2. [dnae-png](#dnae-png) | ||
| 23 | 9. [Benchmarks](#benchmarks) | ||
| 24 | 10. [References](#references) | ||
| 25 | |||
| 8 | ## Initial thoughts | 26 | ## Initial thoughts |
| 9 | 27 | ||
| 10 | Imagine a world where you could go outside and take a leaf from a tree and put it through your personal DNA sequencer and get data like music, videos or computer programs from it. Well, this is all possible now. It was not done on a large scale because it is quite expensive to create DNA strands but it's possible. | 28 | Imagine a world where you could go outside and take a leaf from a tree and put it through your personal DNA sequencer and get data like music, videos or computer programs from it. Well, this is all possible now. It was not done on a large scale because it is quite expensive to create DNA strands but it's possible. |
